Derrick McKee via llvm-dev
2020-Jun-12 22:38 UTC
[llvm-dev] compiler-rt not appending -target <triple> to CFLAGS when cross compiling
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