Skip to content

Commit 62e00a0

Browse files
committed
[clang][unittest] Fix build break with BUILD_SHARED_LIBS=ON
/usr/bin/ld: tools/clang/unittests/Analysis/Scalable/CMakeFiles/ClangSca lableAnalysisFrameworkTests.dir/ASTEntityMappingTest.cpp.o: undefined re ference to symbol '_ZN5clang7ASTUnitD1Ev
1 parent 07b8aa8 commit 62e00a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/unittests/Analysis/Scalable/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ add_distinct_clang_unittest(ClangScalableAnalysisFrameworkTests
88
clangAST
99
clangASTMatchers
1010
clangBasic
11+
clangFrontend
1112
clangSerialization
1213
clangTooling
1314
)

0 commit comments

Comments
 (0)