diff options
Diffstat (limited to 'unittests/Bitcode/Makefile')
-rw-r--r-- | unittests/Bitcode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Bitcode/Makefile b/unittests/Bitcode/Makefile index aa437e7..fcec879 100644 --- a/unittests/Bitcode/Makefile +++ b/unittests/Bitcode/Makefile @@ -9,7 +9,7 @@ LEVEL = ../.. TESTNAME = Bitcode -LINK_COMPONENTS := core support bitreader bitwriter +LINK_COMPONENTS := bitreader bitwriter include $(LEVEL)/Makefile.config include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest |