Skip to content

Commit f0e06df

Browse files
compnerdgottesmm
authored andcommitted
build: add missing dependency
Add a dependency on LLVMCore to satisfy the link dependency. Upstream changes to the Target structure have caused a missing definition: Undefined symbols for architecture ...: "llvm::DataLayout::~DataLayout()", referenced from: clang::TargetInfo::~TargetInfo() in libclangBasic.a(TargetInfo.cpp.o)
1 parent 06e0ea2 commit f0e06df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/SourceKit/tools/sourcekitd-test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ add_sourcekit_executable(sourcekitd-test
1313
TestOptions.cpp
1414
DEPENDS ${SOURCEKITD_TEST_DEPEND}
1515
clangRewrite clangLex clangBasic
16-
COMPONENT_DEPENDS support option
16+
COMPONENT_DEPENDS core support option
1717
)
1818

1919
add_dependencies(sourcekitd-test sourcekitdTestOptionsTableGen)

0 commit comments

Comments
 (0)