Re: [PATCH v2] kbuild: clang: add -no-integrated-as to KBUILD_[AC]FLAGS

2017-04-27 Thread Masahiro Yamada
2017-04-26 7:47 GMT+09:00 Matthias Kaehlcke : > From: Michael Davidson > > The Linux Kernel relies on GCC's acceptance of inline assembly as an > opaque object which will not have any validation performed on the content. > The current behaviour in LLVM is to perform validation of the contents by >

[PATCH v2] kbuild: clang: add -no-integrated-as to KBUILD_[AC]FLAGS

2017-04-25 Thread Matthias Kaehlcke
From: Michael Davidson The Linux Kernel relies on GCC's acceptance of inline assembly as an opaque object which will not have any validation performed on the content. The current behaviour in LLVM is to perform validation of the contents by means of parsing the input if the MC layer can handle it