diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2017-12-05 19:32:49 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2017-12-05 19:32:49 +0000 |
commit | 74f41817a595c5d18a66671bf99f951bd5900d6e (patch) | |
tree | 10df7391bfa1f5632867e18def07e9888bb863a3 /llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp | |
parent | 833c260a4bce2662cebff6c3a36513f0da88f55f (diff) | |
download | bcm5719-llvm-74f41817a595c5d18a66671bf99f951bd5900d6e.tar.gz bcm5719-llvm-74f41817a595c5d18a66671bf99f951bd5900d6e.zip |
Enable auto-linking on Windows
The MSVC driver and clang do not link against the C++ runtime
explicitly. Instead, they rely on the auto-linking via the pragma
(through `use_ansi.h`) to link against the correct version of the C++
runtime. Attempt to do something similar here so that linking real C++
code on Windows does not require the user to explicitly specify
`c++.lib` when using libc++ as a C++ runtime on windows.
llvm-svn: 319816
Diffstat (limited to 'llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp')
0 files changed, 0 insertions, 0 deletions