mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-18 13:16:49 +00:00

This reapplies 5ffd9bdb50b57 (#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 .
11 lines
166 B
CMake
11 lines
166 B
CMake
add_clang_unittest(ClangSupportTests
|
|
TimeProfilerTest.cpp
|
|
CLANG_LIBS
|
|
clangAST
|
|
clangBasic
|
|
clangFrontend
|
|
clangSerialization
|
|
LLVM_COMPONENTS
|
|
Support
|
|
)
|