This repository was archived by the owner on Apr 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Recent failures after turning on more LLVM tools #164
Comments
that's ok, the failures were intentional to shake out bugs. Let's:
|
Sounds good to me! |
For the glob characters issue, it sound like there's no opposition to just supporting them: https://bugs.llvm.org/show_bug.cgi?id=41268. No one has gotten around to it yet. ihex support is coming in D60270, but I haven't had any time in the past few weeks to review it. (edit: moved this to the bugs that were split off) |
nickdesaulniers
added a commit
that referenced
this issue
May 14, 2019
This reverts commit f83b1b9. ClangBuiltLinux/linux#478 #164
nickdesaulniers
added a commit
that referenced
this issue
May 14, 2019
This reverts commit 4b9394a. ClangBuiltLinux/linux#480 #164
nickdesaulniers
added a commit
that referenced
this issue
May 14, 2019
This reverts commit e9f08e5. ClangBuiltLinux/linux#480 #164
Merged
nickdesaulniers
added a commit
that referenced
this issue
May 14, 2019
This reverts commit e9f08e5. ClangBuiltLinux/linux#480 #164
We are tracking this in ClangBuiltLinux/linux#478 and ClangBuiltLinux/linux#480, I don't think there is any reason to keep this open. |
nickdesaulniers
added a commit
that referenced
this issue
Oct 4, 2019
just for arm64, back to LTS 4.9. 4.4 is still broken: #183 (comment) Previously reverted in 684262f ClangBuiltLinux/linux#480 #164
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://travis-ci.com/ClangBuiltLinux/continuous-integration/jobs/199950114
https://travis-ci.com/ClangBuiltLinux/continuous-integration/jobs/199950118
https://travis-ci.com/ClangBuiltLinux/continuous-integration/jobs/199950120
Stuff along the lines of:
It looks like this is probably caused by
llvm-strip
not supporting the globs inSTUBCOPY_RM-y
, which @rupprecht noted here. These were removed upstream in torvalds/linux@02562d0 because of torvalds/linux@f922c4a. torvalds/linux@f922c4a decently backports to 4.9 and 4.14, not so clean for 4.4. Might be wise to conditionally turn onllvm-strip
.https://travis-ci.com/ClangBuiltLinux/continuous-integration/jobs/199950119
https://travis-ci.com/ClangBuiltLinux/continuous-integration/jobs/199950121
Relevant bits of Makefile:
This was "resolved" upstream by torvalds/linux@5620a0d, which we obviously can't backport. We could apply a local patch that removes the
fw-shipped
rule in the Makefile or fixllvm-objcopy
(if it is even broken).The text was updated successfully, but these errors were encountered: