From: Reid Kleckner Date: Thu, 5 Sep 2013 02:09:34 +0000 (+0000) Subject: msbuild: Add clang's compiler-rt libs to the LibraryPath X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=2909c9801979f41a85166f3381d0d3c577a7e89c;p=oota-llvm.git msbuild: Add clang's compiler-rt libs to the LibraryPath This allows linking libraries like the asan RTL. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190028 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/msbuild/Microsoft.Cpp.Win32.llvm.props.in b/tools/msbuild/Microsoft.Cpp.Win32.llvm.props.in index 0f474c0e9e0..3020d793f92 100644 --- a/tools/msbuild/Microsoft.Cpp.Win32.llvm.props.in +++ b/tools/msbuild/Microsoft.Cpp.Win32.llvm.props.in @@ -5,5 +5,6 @@ $(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\LLVM\@REG_KEY@) $(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\LLVM\@REG_KEY@) $(LLVMInstallDir)\msbuild-bin;$(ExecutablePath) + $(LLVMInstallDir)\lib\clang\3.4\lib\windows;$(LibraryPath)