From b114a1de0ae06cc586b94b6359924c8632f069f9 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Tue, 24 Feb 2015 04:25:59 +0000 Subject: Wrap clang module files in a Mach-O, ELF, or COFF container. This is a necessary prerequisite for debugging with modules. The .pcm files become containers that hold the serialized AST which allows us to store debug information in the module file that can be shared by all object files that were built importing the module. rdar://problem/19104245 This reapplies r230044 with a fixed configure+make build and updated dependencies. Take 3. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@230305 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/Sema/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'unittests/Sema') diff --git a/unittests/Sema/Makefile b/unittests/Sema/Makefile index 7fd5c27ad6..65ab9bc8dc 100644 --- a/unittests/Sema/Makefile +++ b/unittests/Sema/Makefile @@ -10,9 +10,10 @@ CLANG_LEVEL = ../.. TESTNAME = Sema include $(CLANG_LEVEL)/../../Makefile.config -LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option +LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader bitwriter \ + instrumentation mc option objcarcopts support USEDLIBS = clangTooling.a clangFrontend.a clangSerialization.a clangDriver.a \ - clangRewrite.a clangRewriteFrontend.a \ + clangCodeGen.a clangRewrite.a clangRewriteFrontend.a \ clangParse.a clangSema.a clangAnalysis.a \ clangEdit.a clangAST.a clangASTMatchers.a clangLex.a clangBasic.a -- cgit v1.2.3