diff options
Diffstat (limited to 'clang/tools/clang-import-test')
-rw-r--r-- | clang/tools/clang-import-test/CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/tools/clang-import-test/CMakeLists.txt b/clang/tools/clang-import-test/CMakeLists.txt index 836efac8ac3..dfccfe2304b 100644 --- a/clang/tools/clang-import-test/CMakeLists.txt +++ b/clang/tools/clang-import-test/CMakeLists.txt @@ -1,7 +1,7 @@ set(LLVM_LINK_COMPONENTS - core - support -) + Core + Support + ) if(NOT CLANG_BUILT_STANDALONE) set(tablegen_deps intrinsics_gen) |