summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2017-12-05 19:32:49 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2017-12-05 19:32:49 +0000
commitc945ad4df0d6b81d49d3dff6f42d34a97c755265 (patch)
tree20bed610df055d0b4953997f476bf69612877d97 /.clang-format
parent54b78ffabb0f98bbb22eabeeb53bea86fd4ed2c0 (diff)
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. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@319816 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to '.clang-format')
0 files changed, 0 insertions, 0 deletions