diff options
| author | Saleem Abdulrasool <compnerd@compnerd.org> | 2019-11-06 15:40:07 -0800 |
|---|---|---|
| committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2019-11-06 15:42:09 -0800 |
| commit | e74e61ff297e81c0a9bda54037033fc40fc76e1d (patch) | |
| tree | eb92910015980c4c2242b2addfdbc080a8334e98 /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp | |
| parent | aa582e3648cc4036aec3b9302ab93bfe9929d19c (diff) | |
| download | bcm5719-llvm-e74e61ff297e81c0a9bda54037033fc40fc76e1d.tar.gz bcm5719-llvm-e74e61ff297e81c0a9bda54037033fc40fc76e1d.zip | |
unwind: restore the LINKER_LANGUAGE
Have CMake treat the unwind libraries as C libraries rather than C++.
There is no C++ runtime dependency at runtime. This ensures that we do
not accidentally end up with a link against the C++ runtime.
We need to explicitly reset the implicitly linked libraries for C++ to
ensure that we do not have CMake force the link against the C++ runtime.
This adjustment should enable the NetBSD bots to be happy with this
change.
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions

