search for: llvmas

Displaying 12 results from an estimated 12 matches for "llvmas".

Did you mean: llvm's
2007 May 04
0
[LLVMdev] llvm-test make problems
On Fri, 4 May 2007, Florian Brandner wrote: > make[1]: Leaving directory `/localtmp/brandner/dev/llvm-test/SingleSource' > make: *** [SingleSource/.maketest] Error 2 Is it just this one test that doesn't work, or do no tests work? If no tests work, you probably need to rerun configure in llvm-test. Make sure that llvm-gcc is in your path and detected by the configure script.
2007 May 04
3
[LLVMdev] llvm-test make problems
Reid Spencer wrote: > Have you modified the makefile in any way? Note that sse.expantfft.bc should be sse.expandfft.bc no, did'nt change it. the typo before seems to be an error while copying from the terminal. i've cleaned everything and tried again. this is the messsage: [brandner:/localtmp/brandner/dev/llvm-test:529] make -j1 TEST=nightly 2>&1 | tee report.nightly.raw.out
2004 Oct 24
2
[LLVMdev] CFE debug info progress
...t outputs correct function info, stoppoints for statements (but not for declarations anymore) and region ends at the beginning of the return block. So this is about as far as I wanted to go with it. However, there's one last big problem that I need some advice on. Running : gcc -g -S -o foo.ll llvmas foo.ll produces bytecode that works under lli -force-interpreter on OS X (JIT not working on my system) and llvm-db can list sources and functions. *but* gcc -g -o foo llvm-db foo.bc doesn't see any debug info. Worse, it doesn't work: that's a JIT error, OK, so: % lli -force-in...
2013 May 01
1
[LLVMdev] auto-generation of archGenDisassemblerTables.inc?
...llvm-objdump utility for hexagon and I've read that there is a way to have tablegen automatically generate decode tables for you. I've not been able to find much info on this topic, the best info I've been able to find is this tutorial: http://www.embecosm.com/appnotes/ean10/ean10-howto-llvmas-1.0.html#idp3570032 I've managed to get tablegen to generate the HexagonGenDisassemblerTables.inc file, but the file is empty. What is required in order to properly generate the table(s)? Is this information documented somewhere that I've overlooked? Thanks, Mario -------------- next pa...
2010 Jun 28
2
[LLVMdev] vmkit and llvm 2.8
Hi All, Has vmkit been updated and tested with LLVM 2.8? I am unable to build it (llvm builds fine). There were some errors with Makefile.rules: $(Verb) $(LLVMAS) -f $(<F) -o - | $(LLC) -march=cpp -cppgen=contents -o $@ (march and cppgen options not recognized). What I cannot get past is this one (the warnings concern me as well): ... make[3]: Leaving directory `/home/zoewolk/RESEARCH/vmkit/lib/Mvm/Runtime' make[3]: Entering directory `/home/zoewolk...
2015 Aug 20
2
Problem Compiling AsmParser
.../CMakeFiles/llvm-mc.dir/llvm-mc.cpp.o tools/llvm-mc/CMakeFiles/llvm-mc.dir/Disassembler.cpp.o -o bin/llvm-mc lib/libLLVMTestCodeGen.a lib/libLLVMTestAsmPrinter.a lib/libLLVMTestAsmParser.a lib/libLLVMTestDesc.a lib/libLLVMTestInfo.a lib/libLLVMMC.a lib/libLLVMMCParser.a lib/libLLVMSupport.a lib/libLLVMAsmPrinter.a lib/libLLVMSelectionDAG.a lib/libLLVMCodeGen.a lib/libLLVMScalarOpts.a lib/libLLVMInstCombine.a lib/libLLVMProfileData.a lib/libLLVMObject.a lib/libLLVMBitReader.a lib/libLLVMTransformUtils.a lib/libLLVMipa.a lib/libLLVMAnalysis.a lib/libLLVMTarget.a lib/libLLVMCore.a lib/libLLVMTestAsmPr...
2010 Jun 29
0
[LLVMdev] Fwd: vmkit and llvm 2.8
...------- From: Zoe Wolk <zoewolk at gmail.com> Date: Mon, Jun 28, 2010 at 3:54 PM Subject: vmkit and llvm 2.8 To: llvmdev at cs.uiuc.edu Hi All, Has vmkit been updated and tested with LLVM 2.8? I am unable to build it (llvm builds fine). There were some errors with Makefile.rules: $(Verb) $(LLVMAS) -f $(<F) -o - | $(LLC) -march=cpp -cppgen=contents -o $@ (march and cppgen options not recognized). What I cannot get past is this one (the warnings concern me as well): ... make[3]: Leaving directory `/home/zoewolk/RESEARCH/vmkit/lib/Mvm/Runtime' make[3]: Entering directory `/home/zoewolk...
2013 Sep 24
0
[LLVMdev] request for tutorial
....html> and an old dev meeting talk by Daniel Dunba, along with a section here < http://llvm.org/docs/CodeGenerator.html#the-mc-layer>r. There's also a quite thorough tutorial specifically about implementing an integrated assembler < http://www.embecosm.com/appnotes/ean10/ean10-howto-llvmas-1.0.html>. Other than that, I don't know very much material to recommend about MC. If you gain any insight about a specific thing in the course of your backend project, please feel free to share that knowledge by documenting < http://llvm.org/docs/SphinxQuickstartTemplate.html>. -- S...
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
2013 Sep 24
3
[LLVMdev] request for tutorial
When I registered for dev conference, there was a field asking what I was particularly interested in learning. I didn't fill it out then , but it occurs to me now that I'd really enjoy a tutorial on how to develop a new back end. I spent some time recently reviewing existing material (documentation and code) and not making a lot of progress. Indeed, under some time pressure, I'm
2007 Jul 20
1
[LLVMdev] PATH and LD_LIBRARY_PATH
On Thu, 2007-07-19 at 21:03 -0700, Chris Lattner wrote: > On Thu, 19 Jul 2007, Reid Spencer wrote: > > With the pending reorganization of the software, I have some questions > > about how developers set their PATH and LD_LIBRARY_PATH variables when > > working with LLVM. This is a bit long winded, but bear with me. > > ok :) > > > We're planning to break
2004 Oct 23
1
[LLVMdev] UPDATE: Makefile.rules Changes (IMPORTANT)
...------------------------------------------------- > +#-------------------------------------------------------------------- > # Full Paths To Compiled Tools and Utilities > +#-------------------------------------------------------------------- > LIBTOOL := $(LLVM_OBJ_ROOT)/mklib > LLVMAS := $(LLVMTOOLDIR)/llvm-as$(EXEEXT) > BURG := $(LLVMTOOLDIR)/burg$(EXEEXT) > @@ -147,18 +116,18 @@ > # Need a better way to compute this. > LLVMGCCLIBDIR := $(dir $(shell $(LLVMGCC) -print-file-name=libgcc.a))/ > > -#------------------------------------------------------...