summaryrefslogtreecommitdiffstats
path: root/clang/unittests/CodeGen/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'clang/unittests/CodeGen/Makefile')
-rw-r--r--clang/unittests/CodeGen/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/unittests/CodeGen/Makefile b/clang/unittests/CodeGen/Makefile
index 70bd1c07e9e..4d0ee983040 100644
--- a/clang/unittests/CodeGen/Makefile
+++ b/clang/unittests/CodeGen/Makefile
@@ -10,8 +10,8 @@
CLANG_LEVEL = ../..
TESTNAME = CodeGen
include $(CLANG_LEVEL)/../../Makefile.config
-LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option \
- profiledata
+LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader mc option \
+ profiledata support
USEDLIBS = clangTooling.a clangCodeGen.a clangFrontend.a clangSerialization.a \
clangDriver.a \
clangRewrite.a clangRewriteFrontend.a \
OpenPOWER on IntegriCloud