search for: llcflags

Displaying 6 results from an estimated 6 matches for "llcflags".

2007 Oct 11
1
[LLVMdev] .ll test cases for tail call optimization in test-suite
...tput Output/%.native: Output/%.bc Output/.dir -$(LLC) < $< | $(CC) -x assembler - -o $@ # # Compile a linked program to machine code with LLC. # use the unoptimized file %.bc not %.llvm.bc # $(PROGRAMS_TO_TEST:%=Output/%.llc.s): \ Output/%.llc.s: Output/%.bc $(LLC) -$(LLC) $(LLCFLAGS) -f $< -o $@ $(PROGRAMS_TO_TEST:%=Output/%.llc-beta.s): \ Output/%.llc-beta.s: Output/%.bc $(LLC) -$(LLC) $(LLCFLAGS) -f $(LLCBETAOPTION) $< -o $@ ---- But that causes many of the following warnings when executiong make. Makefile:43: warning: overriding commands for target `Output...
2011 Jun 30
1
[LLVMdev] specint2000 as external tests
...d really be a correct fix for this "gcc multi-arch" issue. --- test-suite/Makefile.programs (revision 134059) +++ test-suite/Makefile.programs (working copy) @@ -362,6 +362,7 @@ # Disable asm-verbose. This can slow down compilation and is not what the # compilers default to using. LLCFLAGS += -asm-verbose=false +LLVMLD_FLAGS += -L/usr/lib/x86_64-linux-gnu/ # If the program requires exception handling support, enable (potentially # expensive) support for it.
2010 Dec 12
4
[LLVMdev] asm-verbose (on by default) is really, really slow
Very true, but we do want the testsuite to run fast. Can it be sped up? -Chris On Dec 12, 2010, at 10:57 AM, Anton Korobeynikov <anton at korobeynikov.info> wrote: >> Maybe this should be off by default? > It's off by default on any user-visible tools (e.g. clang / llvm-gcc). > Since llc is a developer tool it does make sense to enable verbose > output by default. >
2010 Dec 12
0
[LLVMdev] asm-verbose (on by default) is really, really slow
> Very true, but we do want the testsuite to run fast.  Can it be sped up? Can't we just run testsuite with asm-verbose=0 ? -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2011 Jun 29
0
[LLVMdev] specint2000 as external tests
My source directory wasn't correct but now I have a correct test directory structure. $ls -1 ~/tmp/speccpu2000/benchspec/CINT2000/164.gzip/ data docs exe result run Spec src version I reconfigured the llvm with ../configure --prefix=/home/dskhudia/tmp/llvm-install --with-llvmgccdir=/home/dskhudia/tmp/llvm-install --with-externals=/home/dskhudia/tmp Now I can execute the make -C 164.gzip but
2011 Jun 29
3
[LLVMdev] specint2000 as external tests
Hi Duncan, Do you have sources also in the $LLVM_SRC_ROOT/projects/test-suite/External/SPEC/CINT2000/164.gzip? The following is content of above directory in my case. I have copied the CINT2000 sources in this directory manually. $ls -1 $LLVM_SRC_ROOT/projects/test-suite/External/SPEC/CINT2000/164.gzip 164.gzip.reference_output 164.gzip.reference_output.small compile_info compile_parms