Skip to content

Commit 31f52c3

Browse files
committed
explicitly link LLVMSupport
1 parent 1bdbaaf commit 31f52c3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

third-party/unittest/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ add_llvm_library("${gtest_name}_main"
128128
LINK_LIBS
129129
"${gtest_name}"
130130

131+
LINK_COMPONENTS
132+
${GTEST_LLVM_COMPONENTS}
133+
131134
${BUILDTREE_ONLY}
132135
)
133136

0 commit comments

Comments
 (0)