-
Notifications
You must be signed in to change notification settings - Fork 18
Add ability to specify more LLVM tools in driver.sh #183
Comments
Re: OBJCOPY, ClangBuiltLinux/linux#480 needs to be retested (I think it's fixed?) |
I am testing |
All tests show green, probably |
Unless On that note, I forgot to test arm64 4.4, which was broken with |
|
Hi folks: Didn't read much, is the ticket done? |
|
Hey @tpimh! Cool, I see what item you are pointing out. Have we added/implemented contributor covenant code of conduct in the main repositories? |
I don't think so. |
I will add the ticket for votes. |
I started a new branch (master...no-binutils) where I cherry-picked the commits mentioned in this issue. |
I will be out of the ticket, unsubscribing. Seems like more folks than required. |
just for arm64, back to LTS 4.9. 4.4 is still broken: #183 (comment) Previously reverted in 684262f ClangBuiltLinux/linux#480 #164
Currently, the following can be specified:
enable llvm-ar by default #127Add machinery for AS=clang builds #242driver/travis: Replace AS=clang with LLVM_IAS=1 #261Enable integrated-as on selected arches on linux-next #274add lld to the testing matrix #19If the kernel is linked with LLD, use it also as HOSTLD #71Support building the arm32 kernel with lld #81Enable lld for ppc64 #106link arm32_v5 with LLD #208link more arm64 stable with LLD #210Enable LLD for MIPS #259Enable LLD for i386 #271enable llvm-nm by default for all archs #159turn on objcopy by default for all targets #141selectively re-enable llvm-objcopy #212driver: Enable llvm-objcopy and llvm-strip #253Allow objcopy and strip binaries to be specified #272enable llvm-objdump all archs #161enable llvm-size by default for all arch's #211driver: Use llvm-readelf #255enable llvm-strip #160driver: Enable llvm-objcopy and llvm-strip #253Allow objcopy and strip binaries to be specified #272Once it's done, work on #73 can be continued.
The text was updated successfully, but these errors were encountered: