diff options
author | Jeremy Day <jeremy@thebrowser.company> | 2024-06-14 12:17:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-14 22:17:39 +0300 |
commit | cc7a18c18011d1e0c70187ceb60e3e69bf7cd0ee (patch) | |
tree | 0816c9301e235d08de09e517deb6bbd10009f6fb /clang/unittests/Interpreter/InterpreterTest.cpp | |
parent | 005758eb6b35aaf548c3a59da860ecd2465a73f0 (diff) | |
download | llvm-cc7a18c18011d1e0c70187ceb60e3e69bf7cd0ee.zip llvm-cc7a18c18011d1e0c70187ceb60e3e69bf7cd0ee.tar.gz llvm-cc7a18c18011d1e0c70187ceb60e3e69bf7cd0ee.tar.bz2 |
Set Support system_libs if WIN32, not just MSVC or MINGW (#95505)
The previous check was false when compiling with `clang++`, which
prevented `ntdll` from being specified as a link library, causing an
undefined symbol error when trying to resolve `RtlGetLastNtStatus`.
Since we always want to link these libraries on Windows, the check can
be simplified to just `if( WIN32 )`.
Diffstat (limited to 'clang/unittests/Interpreter/InterpreterTest.cpp')
0 files changed, 0 insertions, 0 deletions