diff options
Diffstat (limited to 'tools/llc/Makefile')
-rw-r--r-- | tools/llc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile index 8514040..7319aad 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -15,7 +15,7 @@ TOOLNAME = llc # early so we can set up LINK_COMPONENTS before including Makefile.rules include $(LEVEL)/Makefile.config -LINK_COMPONENTS := $(TARGETS_TO_BUILD) bitreader +LINK_COMPONENTS := $(TARGETS_TO_BUILD) bitreader asmparser include $(LLVM_SRC_ROOT)/Makefile.rules |