summaryrefslogtreecommitdiffstats
path: root/unittests/libclang
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2015-07-12 12:14:39 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2015-07-12 12:14:39 +0000
commit89c2339b726b8ae6c16caef69cc848c467759da3 (patch)
tree104bc2e3326ad44047d4176cb5b053cab74d79d9 /unittests/libclang
parentfac72109a152c98657e43abbc5421cd95637f95d (diff)
Reformat Makefile.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241991 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/libclang')
-rw-r--r--unittests/libclang/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/unittests/libclang/Makefile b/unittests/libclang/Makefile
index f8e83aa83a..82fa0f9a7c 100644
--- a/unittests/libclang/Makefile
+++ b/unittests/libclang/Makefile
@@ -12,7 +12,12 @@ TESTNAME = libclang
LINK_LIBS_IN_SHARED := 1
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.