Displaying 3 results from an estimated 3 matches for "lbugpoint".
Did you mean:
bugpoint
2009 Sep 01
0
[LLVMdev] spec tests + PWD=
...std::string Exec = "cd ";
Exec += env_pwd;
Perhaps I shouldn't have added it to Makefile.spec? At the least it
seems like it should probably move to the beginning of the command,
like this:
PWD=$(CURDIR) $(SPEC_SANDBOX) bugpoint-$(RUN_TYPE) $@ $(REF_IN_DIR) \
$(LBUGPOINT) -llc-safe ../$*.noopt-llvm.bc -std-compile-opts $
(OPTPASSES) \
David
On Aug 30, 2009, at 8:25 PM, Chris Lattner wrote:
> Hi David,
>
> It looks like you added the PWD= magic to Makefile.spec. It is
> preventing me from running bugpoint on the desktop, with errors like
> t...
2009 Aug 31
2
[LLVMdev] spec tests + PWD=
Hi David,
It looks like you added the PWD= magic to Makefile.spec. It is
preventing me from running bugpoint on the desktop, with errors like
this:
/Users/sabre/llvm/projects/llvm-test/External/SPEC/Sandbox.sh bugpoint-
train Output/176.gcc.bugpoint-opt /Users/sabre/cvs/benchmarks/
speccpu2000/benchspec/CINT2000/176.gcc/data/train/input/ \
2005 May 19
3
[LLVMdev] [Cygwin] llvm 'make install' build errors
Reid,
I think it is the first time it is run that the errors occcur !?
Not sure but that would seem logical.
Aaron