Commit 5a83ff1c authored by Kevin Modzelewski's avatar Kevin Modzelewski

Point the Makefile's LLVM_BIN to the new build dir

At this point, this is only used for some rarely-used
targets like "disassemble this bitcode".
parent dd7e9e2f
......@@ -108,11 +108,7 @@ else
LLVM_BUILD := $(LLVM_TRUNK_BUILD)
endif
ifeq ($(FORCE_TRUNK_BINARIES),1)
LLVM_BIN := $(LLVM_TRUNK_BUILD)/Release/bin
else
LLVM_BIN := $(LLVM_BUILD)/Release/bin
endif
LLVM_BIN := ./build/Release/llvm/bin
LLVM_LINK_LIBS := core mcjit native bitreader bitwriter ipo irreader debuginfodwarf instrumentation
ifneq ($(ENABLE_INTEL_JIT_EVENTS),0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment