diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-07-12 12:14:39 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-07-12 12:14:39 +0000 |
commit | 0089e4dc099ea6c741b4f17c5a6894228cad2cac (patch) | |
tree | 936dfee590c9e20bcfb181c7f44a3f063e0b52f8 /clang/tools/c-index-test | |
parent | ae5cd2773dce73df32befad744d648fe32cde043 (diff) | |
download | bcm5719-llvm-0089e4dc099ea6c741b4f17c5a6894228cad2cac.tar.gz bcm5719-llvm-0089e4dc099ea6c741b4f17c5a6894228cad2cac.zip |
Reformat Makefile.
llvm-svn: 241991
Diffstat (limited to 'clang/tools/c-index-test')
-rw-r--r-- | clang/tools/c-index-test/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/clang/tools/c-index-test/Makefile b/clang/tools/c-index-test/Makefile index 62bc9348dbf..2b79e66061e 100644 --- a/clang/tools/c-index-test/Makefile +++ b/clang/tools/c-index-test/Makefile @@ -22,7 +22,12 @@ TOOL_NO_EXPORTS = 1 # LINK_COMPONENTS before including Makefile.rules include $(CLANG_LEVEL)/../../Makefile.config -LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option +LINK_COMPONENTS := $(TARGETS_TO_BUILD) \ + AsmParser \ + BitReader \ + MC \ + Option \ + Support # Note that 'USEDLIBS' must include all of the core clang libraries # when -static is given to linker on cygming. |