This reapplies 5ffd9bdb50 (#133545) with fixes.
The BUILD_SHARED_LIBS=ON build was fixed by adding missing LLVM
dependencies to the InterpTests binary in
unittests/AST/ByteCode/CMakeLists.txt .
8 lines
109 B
CMake
8 lines
109 B
CMake
add_clang_unittest(libclangTests
|
|
LibclangTest.cpp
|
|
LINK_LIBS
|
|
libclang
|
|
)
|
|
|
|
add_subdirectory(CrashTests)
|