ClangBuiltLinux / continuous-integration

Continuous integration of latest Linux kernel with daily build of Clang & LLVM tools
https://travis-ci.com/ClangBuiltLinux/continuous-integration
Apache License 2.0
44 stars 18 forks source link

enable clang's integrated assembler for arm64 #163

Open nickdesaulniers opened 5 years ago

nathanchance commented 5 years ago

Will this actually work with -no-integrated-as being added to both KBUILD_CFLAGS and KBUILD_AFLAGS?

nickdesaulniers commented 5 years ago

oh! good point! (I should verify locally w/o aarch64-linux-gnu-as)

nickdesaulniers commented 5 years ago

https://github.com/ClangBuiltLinux/linux/issues/473

nathanchance commented 5 years ago

For the record, this now works as expected after the patch that resolves https://github.com/ClangBuiltLinux/linux/issues/577.

Still will fair because of https://github.com/ClangBuiltLinux/linux/issues/473.