diff options
| author | Reid Kleckner <reid@kleckner.net> | 2013-09-05 02:09:34 +0000 |
|---|---|---|
| committer | Reid Kleckner <reid@kleckner.net> | 2013-09-05 02:09:34 +0000 |
| commit | 6ad0686da876d706b22336aa85f4a724a5130ca5 (patch) | |
| tree | 5ce5311b9d8ade6de81bd55a6de7216c7b3a387f /llvm/tools | |
| parent | 389c32c0bd28e8a0abb87ab302f7789cf7358d55 (diff) | |
| download | bcm5719-llvm-6ad0686da876d706b22336aa85f4a724a5130ca5.tar.gz bcm5719-llvm-6ad0686da876d706b22336aa85f4a724a5130ca5.zip | |
msbuild: Add clang's compiler-rt libs to the LibraryPath
This allows linking libraries like the asan RTL.
llvm-svn: 190028
Diffstat (limited to 'llvm/tools')
| -rw-r--r-- | llvm/tools/msbuild/Microsoft.Cpp.Win32.llvm.props.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/msbuild/Microsoft.Cpp.Win32.llvm.props.in b/llvm/tools/msbuild/Microsoft.Cpp.Win32.llvm.props.in index 0f474c0e9e0..3020d793f92 100644 --- a/llvm/tools/msbuild/Microsoft.Cpp.Win32.llvm.props.in +++ b/llvm/tools/msbuild/Microsoft.Cpp.Win32.llvm.props.in @@ -5,5 +5,6 @@ <LLVMInstallDir>$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\LLVM\@REG_KEY@)</LLVMInstallDir>
<LLVMInstallDir Condition="'$(LLVMInstallDir)' == ''">$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\LLVM\@REG_KEY@)</LLVMInstallDir>
<ExecutablePath>$(LLVMInstallDir)\msbuild-bin;$(ExecutablePath)</ExecutablePath>
+ <LibraryPath>$(LLVMInstallDir)\lib\clang\3.4\lib\windows;$(LibraryPath)</LibraryPath>
</PropertyGroup>
</Project>
|

