[llvm-dev] Configuring compiler-rt to use the same linker as LLVM
Dean Michael Berris via llvm-dev
llvm-dev at lists.llvm.org
Wed May 30 22:12:15 PDT 2018
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
More information about the llvm-dev
mailing list