Skip to content
Snippets Groups Projects
Commit 1e5ec46f authored by Akash Kothari's avatar Akash Kothari :speech_balloon:
Browse files

Updated the path to parboil script

parent 680336ea
No related branches found
No related tags found
No related merge requests found
...@@ -219,7 +219,7 @@ $(BUILDDIR)/%.ll : $(SRCDIR)/%.cpp ...@@ -219,7 +219,7 @@ $(BUILDDIR)/%.ll : $(SRCDIR)/%.cpp
$(BUILDDIR)/%.visc.ll: $(BUILDDIR)/%.ll $(BUILDDIR)/%.visc.ll: $(BUILDDIR)/%.ll
$(OPT) $(TESTGEN_OPTFLAGS) $< -S -o $@ $(OPT) $(TESTGEN_OPTFLAGS) $< -S -o $@
cat $(LLVM_SRC_ROOT)/test/VISC/parboil/RUN.parboil.script $@ > $@.tmp cat $(LLVM_SRC_ROOT)/tools/hpvm/test/parboil/RUN.parboil.script $@ > $@.tmp
mv $@.tmp $(BUILDDIR)/$(APP).visc.ll mv $@.tmp $(BUILDDIR)/$(APP).visc.ll
#@cp $(VISC_OBJS) $(BUILDDIR)/$(VISC_OBJS) #@cp $(VISC_OBJS) $(BUILDDIR)/$(VISC_OBJS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment