diff options
Diffstat (limited to 'clang/unittests/CodeGen/Makefile')
-rw-r--r-- | clang/unittests/CodeGen/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/unittests/CodeGen/Makefile b/clang/unittests/CodeGen/Makefile index 2c825850c33..de347e1afdd 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 bitwriter \ - instrumentation mc option objcarcopts profiledata support +LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader mc option \ + profiledata support USEDLIBS = clangCodeGen.a clangFrontend.a clangSerialization.a \ clangDriver.a \ clangParse.a clangSema.a clangAnalysis.a \ |