Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit 1cf8a5c

Browse files
committed
libclang/Makefile: Update LINK_COMPONENTS take #3. Sorry for the noise.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@214620 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent d749c02 commit 1cf8a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/libclang/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ LINK_LIBS_IN_SHARED = 1
1616
SHARED_LIBRARY = 1
1717

1818
include $(CLANG_LEVEL)/../../Makefile.config
19-
LINK_COMPONENTS := BitReader Core Option Support
19+
LINK_COMPONENTS := AsmParser BitReader Core MC MCParser Option Support
2020
USEDLIBS = clangIndex.a clangARCMigrate.a \
2121
clangRewriteFrontend.a \
2222
clangFormat.a \

0 commit comments

Comments
 (0)