[PATCH] D115580: [clang] [unitttests] Fix linking Basic test to LLVMTestingSupport

Michał Górny via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 13 14:01:43 PST 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGfd0b00b5c60d: [clang] [unitttests] Fix linking Basic test to LLVMTestingSupport (authored by mgorny).
Herald added a project: clang.

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115580

Files:
  clang/unittests/Basic/CMakeLists.txt


Index: clang/unittests/Basic/CMakeLists.txt
===================================================================
--- clang/unittests/Basic/CMakeLists.txt
+++ clang/unittests/Basic/CMakeLists.txt
@@ -18,5 +18,9 @@
   clangAST
   clangBasic
   clangLex
-  LLVMTestingSupport
   )
+
+target_link_libraries(BasicTests
+  PRIVATE
+  LLVMTestingSupport
+)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115580.394052.patch
Type: text/x-patch
Size: 349 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211213/68fedc27/attachment.bin>


More information about the cfe-commits mailing list