diff options
Diffstat (limited to 'llvm/unittests/VMCore/Makefile')
-rw-r--r-- | llvm/unittests/VMCore/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/VMCore/Makefile b/llvm/unittests/VMCore/Makefile index 1b2b69c6d60..df55065e191 100644 --- a/llvm/unittests/VMCore/Makefile +++ b/llvm/unittests/VMCore/Makefile @@ -9,7 +9,7 @@ LEVEL = ../.. TESTNAME = VMCore -LINK_COMPONENTS := core support target ipa +LINK_COMPONENTS := core support target ipa asmparser include $(LEVEL)/Makefile.config include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest |