
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 .
19 lines
306 B
CMake
19 lines
306 B
CMake
add_clang_unittest(ClangCodeGenTests
|
|
BufferSourceTest.cpp
|
|
CodeGenExternalTest.cpp
|
|
TBAAMetadataTest.cpp
|
|
CheckTargetFeaturesTest.cpp
|
|
CLANG_LIBS
|
|
clangAST
|
|
clangBasic
|
|
clangCodeGen
|
|
clangFrontend
|
|
clangLex
|
|
clangParse
|
|
clangSerialization
|
|
LLVM_COMPONENTS
|
|
Core
|
|
Support
|
|
TargetParser
|
|
)
|