mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-17 19:16:40 +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 .
24 lines
469 B
CMake
24 lines
469 B
CMake
add_clang_unittest(LexTests
|
|
DependencyDirectivesScannerTest.cpp
|
|
HeaderMapTest.cpp
|
|
HeaderSearchTest.cpp
|
|
LexerTest.cpp
|
|
LexHLSLRootSignatureTest.cpp
|
|
ModuleDeclStateTest.cpp
|
|
PPCallbacksTest.cpp
|
|
PPConditionalDirectiveRecordTest.cpp
|
|
PPDependencyDirectivesTest.cpp
|
|
PPMemoryAllocationsTest.cpp
|
|
CLANG_LIBS
|
|
clangAST
|
|
clangBasic
|
|
clangLex
|
|
clangParse
|
|
clangSema
|
|
LINK_LIBS
|
|
LLVMTestingAnnotations
|
|
LLVMTestingSupport
|
|
LLVM_COMPONENTS
|
|
Support
|
|
)
|