Dean Michael Berris via llvm-dev
2018-May-31 05:12 UTC
[llvm-dev] Configuring compiler-rt to use the same linker as LLVM
Hi Everyone, I was looking at the output of cmake when configuring multiple projects using the monorepo and I'm seeing that compiler-rt (or at least the sanitizers) are detecting the linker to use independently of the LLVM configuration. Is there a way to make compiler-rt builds respect the linker used when building LLVM, when built in-tree or through the projects configuration? Cheers -- Dean