Skip to content

Commit 6b75eae

Browse files
[clang][ssaf] Speculative fix of unittest build (#171720)
#169131 Should fix: ASTEntityMappingTest.cpp.o: undefined reference to symbol '_ZN4llvm3omp27isAllowedClauseForDirectiveENS0_9DirectiveENS0_6ClauseEj' https://lab.llvm.org/buildbot/#/builders/10/builds/18851
1 parent ddc638c commit 6b75eae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

clang/unittests/Analysis/Scalable/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ add_distinct_clang_unittest(ClangScalableAnalysisFrameworkTests
1111
clangFrontend
1212
clangSerialization
1313
clangTooling
14+
LINK_LIBS
15+
clangTesting
16+
LLVMTestingSupport
17+
LLVM_COMPONENTS
18+
FrontendOpenMP
19+
Support
1420
)
1521

1622
add_custom_target(ClangScalableAnalysisTests

0 commit comments

Comments
 (0)