Twitter | Pretraživanje | |
Kees Cook
If anyone wants to follow along with booting a Clang-built CFI-enabled x86 kernel, I've written up the instructions to build the latest LLVM and 's LTO/CFI/SCS tree. Enjoy!
Reply Retweet Označi sa "sviđa mi se" More
Itaru Kitayama 21. stu
Odgovor korisniku/ci @kees_cook @samitolvanen
I've been having a problem building kernel with Trunk Clang on 64-bit Arm, I'll see if your post helps my situation. Thank!
Reply Retweet Označi sa "sviđa mi se"
Kees Cook 22. stu
Odgovor korisniku/ci @itaru @samitolvanen
When I do Clang arm64 builds, my "make" looks like: make -j$(getconf _NPROCESSORS_ONLN) ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- CC=$HOME/src/llvm-build/bin/clang target-goes-here (And if you want lld, also add "LD=$HOME/src/llvm-build/bin/ld.lld")
Reply Retweet Označi sa "sviđa mi se"