[PATCH] D82169: Don't install clang-import-test

Alexander Richardson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 24 04:50:05 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG2ace69339ffe: Don't install clang-import-test (authored by arichardson).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82169/new/

https://reviews.llvm.org/D82169

Files:
  clang/tools/clang-import-test/CMakeLists.txt


Index: clang/tools/clang-import-test/CMakeLists.txt
===================================================================
--- clang/tools/clang-import-test/CMakeLists.txt
+++ clang/tools/clang-import-test/CMakeLists.txt
@@ -7,7 +7,7 @@
   set(tablegen_deps intrinsics_gen)
 endif()
 
-add_clang_tool(clang-import-test
+add_clang_executable(clang-import-test
   clang-import-test.cpp
   DEPENDS
   ${tablegen_deps}


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82169.272981.patch
Type: text/x-patch
Size: 412 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200624/83bfffe5/attachment.bin>


More information about the cfe-commits mailing list