[PATCH] [compiler-rt] Use @rpath as LC_ID_DYLIB for ASan dylib on OS X
Alexander Potapenko
glider at google.com
Tue Oct 28 21:45:13 PDT 2014
LGTM, but we probably want to hear Nick's opinion on this.
================
Comment at: tools/clang/lib/Driver/ToolChains.cpp:402
@@ -381,3 +401,3 @@
"libclang_rt.asan_osx_dynamic.dylib",
- true);
+ true, false, true);
} else {
----------------
Can you please comment which these bool constants stand for?
E.g. "/*AlwaysLink*/ true" etc.
http://reviews.llvm.org/D6018
More information about the llvm-commits
mailing list