diff options
| author | Adrian Prantl <aprantl@apple.com> | 2015-02-20 21:53:12 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2015-02-20 21:53:12 +0000 |
| commit | b59bc1a528d5b3f4b65a52be79cef6c25db9d5f8 (patch) | |
| tree | 1faa6f208bb3ce0646e61d68275bb2e59e14ebf7 /clang/unittests/CodeGen | |
| parent | 338d0bdc96cb6fea629e5d1d414692ef356541e6 (diff) | |
| download | bcm5719-llvm-b59bc1a528d5b3f4b65a52be79cef6c25db9d5f8.tar.gz bcm5719-llvm-b59bc1a528d5b3f4b65a52be79cef6c25db9d5f8.zip | |
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.
llvm-svn: 230067
Diffstat (limited to 'clang/unittests/CodeGen')
| -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 de347e1afdd..2c825850c33 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 mc option \ - profiledata support +LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader bitwriter \ + instrumentation mc option objcarcopts profiledata support USEDLIBS = clangCodeGen.a clangFrontend.a clangSerialization.a \ clangDriver.a \ clangParse.a clangSema.a clangAnalysis.a \ |

