[PATCH] D13198: Fix `llvm-config` to adapt to the install environment.
Richard Diamond via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 6 08:12:44 PST 2015
DiamondLovesYou marked an inline comment as done.
================
Comment at: tools/llvm-config/llvm-config.cpp:367
@@ +366,3 @@
+ bool DyLibExists = false;
+ std::string DyLibName = SharedPrefix.str() + "LLVM";
+ if (ConfigTool == CMake) {
----------------
Odd that I did not catch that locally.
http://reviews.llvm.org/D13198
More information about the llvm-commits
mailing list