[llvm-dev] Building an LLVM cross-compiler
Vlad Ivanov via llvm-dev
llvm-dev at lists.llvm.org
Tue Nov 10 06:24:08 PST 2020
Just a note about this:
>I like this. I hope you don't mind if I borrow some of these ideas to
>play with. C_COMPILER_WORKS is something I've never heard of.
I'm also working on building a clang-based toolchain from scratch.
To avoid CMake bailing out when a binary can't be linked, I use:
-DCMAKE_TRY_COMPILE_TARGET_TYPE=STATIC_LIBRARY
Along with:
-DCMAKE_SYSTEM_NAME="Generic"
-DCMAKE_SYSTEM_PROCESSOR="powerpc"
Best Regards,
Vlad
More information about the llvm-dev
mailing list