summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/ExecutionEngine')
-rw-r--r--llvm/lib/ExecutionEngine/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/ExecutionEngine/Makefile b/llvm/lib/ExecutionEngine/Makefile
index 0fdcf8b5ddb..54f675c28c9 100644
--- a/llvm/lib/ExecutionEngine/Makefile
+++ b/llvm/lib/ExecutionEngine/Makefile
@@ -11,11 +11,11 @@ all :: $(LEVEL)/tools/Debug/RuntimeLib.bc
Debug/RuntimeLib.c: RuntimeLib.lc
cp -f $< $@
-Debug/RuntimeLib.o: Debug/RuntimeLib.c
+Debug/RuntimeLib.ll: Debug/RuntimeLib.c
@-rm $@
- /home/vadve/lattner/cvs/gcc_install/bin/gcc $< -c -o $@
+ /home/vadve/lattner/cvs/gcc_install/bin/gcc $< -S -o $@
-$(LEVEL)/tools/Debug/RuntimeLib.bc: Debug/RuntimeLib.o
- ../Debug/opt -dce $< -o $@ -f -q
+$(LEVEL)/tools/Debug/RuntimeLib.bc: Debug/RuntimeLib.ll
+ ../Debug/gccas $< -o $@
OpenPOWER on IntegriCloud