Mercurial > hg > CbC > CbC_llvm
view clang/unittests/Basic/CMakeLists.txt @ 165:597b3f1c2c93
fix call createTailCallEliminationPass
author | anatofuz |
---|---|
date | Tue, 24 Mar 2020 15:30:52 +0900 |
parents | 1d019706d866 |
children | 2e18cbf3894f |
line wrap: on
line source
set(LLVM_LINK_COMPONENTS Support ) add_clang_unittest(BasicTests CharInfoTest.cpp DiagnosticTest.cpp FileManagerTest.cpp FixedPointTest.cpp SourceManagerTest.cpp ) clang_target_link_libraries(BasicTests PRIVATE clangAST clangBasic clangLex )