[PATCH] D45408: [LLVMTestingSupport] Add explicit linkage to LLVMSupport

Michał Górny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 7 23:53:09 PDT 2018


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL329522: [LLVMTestingSupport] Add explicit linkage to LLVMSupport (authored by mgorny, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D45408?vs=141506&id=141528#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D45408

Files:
  llvm/trunk/lib/Testing/Support/CMakeLists.txt


Index: llvm/trunk/lib/Testing/Support/CMakeLists.txt
===================================================================
--- llvm/trunk/lib/Testing/Support/CMakeLists.txt
+++ llvm/trunk/lib/Testing/Support/CMakeLists.txt
@@ -8,8 +8,11 @@
   
   ADDITIONAL_HEADER_DIRS
   ${LLVM_MAIN_INCLUDE_DIR}/llvm/Testing/Support
+
+  LINK_COMPONENTS
+  Support
   )
 
 include_directories(${LLVM_MAIN_SRC_DIR}/utils/unittest/googletest/include)
 include_directories(${LLVM_MAIN_SRC_DIR}/utils/unittest/googlemock/include)
-target_link_libraries(LLVMTestingSupport PRIVATE gtest)
\ No newline at end of file
+target_link_libraries(LLVMTestingSupport PRIVATE gtest)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45408.141528.patch
Type: text/x-patch
Size: 652 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180408/f983c673/attachment.bin>


More information about the llvm-commits mailing list