diff options
Diffstat (limited to 'clang/unittests/CodeGen/Makefile')
| -rw-r--r-- | clang/unittests/CodeGen/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/clang/unittests/CodeGen/Makefile b/clang/unittests/CodeGen/Makefile new file mode 100644 index 00000000000..cf7afc2a1bb --- /dev/null +++ b/clang/unittests/CodeGen/Makefile @@ -0,0 +1,20 @@ +##===- unittests/CodeGen/Makefile --------------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## + +CLANG_LEVEL = ../.. +TESTNAME = CodeGen +include $(CLANG_LEVEL)/../../Makefile.config +LINK_COMPONENTS := $(TARGETS_TO_BUILD) asmparser bitreader support mc option +USEDLIBS = clangTooling.a clangFrontend.a clangSerialization.a clangDriver.a \ + clangRewrite.a clangRewriteFrontend.a \ + clangParse.a clangSema.a clangAnalysis.a \ + clangEdit.a clangAST.a clangASTMatchers.a clangLex.a clangBasic.a \ + clangCodeGen.a + +include $(CLANG_LEVEL)/unittests/Makefile |

