[llvm-dev] compiler-rt not appending -target <triple> to CFLAGS when cross compiling
Derrick McKee via llvm-dev
llvm-dev at lists.llvm.org
Fri Jun 12 15:38:18 PDT 2020
Hi,
My cross compile to AArch64 is failing when compiling
compiler-rt/lib/asan/asan_interceptors_vfork.S because the -target
<triple> is not added to the clang command. When that tag is added to
the compilation command, it succeeds. Am I missing something, or is
this a bug? Thanks.
--
Derrick McKee
Phone: (703) 957-9362
Email: derrick.mckee at gmail.com
More information about the llvm-dev
mailing list