[PATCH] D65543: Use library basenames when autolinking on Windows
Peter Collingbourne via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 31 15:26:08 PDT 2019
pcc added a comment.
The idea behind embedding the path was that these objects are usually not distributed, so things usually just work.
Is there some other way that we could arrange for the linker to search the sanitizer library directory automatically? Maybe we could add the path to one of the files in `llvm/tools/msbuild`? I guess that wouldn't solve the problem for command-line users but maybe that's enough.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65543/new/
https://reviews.llvm.org/D65543
More information about the cfe-commits
mailing list