search for: funceval

Displaying 8 results from an estimated 8 matches for "funceval".

2009 Jul 25
3
[LLVMdev] Compiling with llvm-gcc
Using the command: llvm-gcc -m64 hello.c resulted in the following error: sorry, unimplemented: 64-bit mode not compiled in Bill Wendling wrote: > > Did you compile it with -m64? > > -bw > > On Jul 24, 2009, at 11:00 PM, funceval wrote: > >> >> Hi, >> >> I just installed llvm on a 64 bit system and tried running it on a >> hello >> world program but I got the following errors: >> >> /tmp/ccXb6nzp.s: Assembler messages: >> /tmp/ccXb6nzp.s:9: Error: suffix or operand...
2009 Jul 25
0
[LLVMdev] Compiling with llvm-gcc
...#39;t compiled LLVM-GCC from the source for your architecture. The distribution you have is probably for 32-bit machines only. Tell us more about your system configuration and maybe we can figure out where the problem arises in the compilation of LLVM-GCC. ----- Original Message ---- > From: funceval <funceval at gmail.com> > To: llvmdev at cs.uiuc.edu > Sent: Saturday, July 25, 2009 3:13:13 PM > Subject: Re: [LLVMdev] Compiling with llvm-gcc > > > Using the command: > llvm-gcc -m64 hello.c > > resulted in the following error: > sorry, unimplemented: 64-bi...
2009 Jul 25
0
[LLVMdev] Compiling with llvm-gcc
Did you compile it with -m64? -bw On Jul 24, 2009, at 11:00 PM, funceval wrote: > > Hi, > > I just installed llvm on a 64 bit system and tried running it on a > hello > world program but I got the following errors: > > /tmp/ccXb6nzp.s: Assembler messages: > /tmp/ccXb6nzp.s:9: Error: suffix or operands invalid for `push' > /tmp/ccXb6n...
2010 Apr 06
0
[LLVMdev] Undefined symbol when loading pass
On Apr 5, 2010, at 7:10 PM, funceval wrote: > opt -load ../../../Release/lib/iel.so > <premain>: CommandLine Error: Argument 'inline-threshold' defined > more than once! > opt: CommandLine Error: Argument 'inline-threshold' defined more > than once! > Error opening '../../../Release/lib...
2010 Apr 06
2
[LLVMdev] Undefined symbol when loading pass
Hi, I have written a pass to compute the reaching definitions for variables using loads and stores. The class for this pass is named ReachingDef and the pass itself is registered as reaching-def. The compiled reaching-def.so file goes to llvm-home/Release/lib/. This pass is used by another function pass that is registered as iel and the class is named SIL. I have setup AnalysisUsage object of SIL
2009 Jul 25
2
[LLVMdev] Compiling with llvm-gcc
Hi, I just installed llvm on a 64 bit system and tried running it on a hello world program but I got the following errors: /tmp/ccXb6nzp.s: Assembler messages: /tmp/ccXb6nzp.s:9: Error: suffix or operands invalid for `push' /tmp/ccXb6nzp.s:21: Error: suffix or operands invalid for `pop' I have installed llvm 2.5 and it was configured with llvm-gcc4.2-2.5 Please help me resolve this
2009 Oct 26
1
[LLVMdev] Control dependence pass
Hi, I have written a pass to find the control dependences. Right now I am using a map of of basic blocks to vectors of basic blocks to store the dependences, so the dependence is represented in terms of basic blocks. Before I submit the patch for review, I wanted to know the format in which control dependences should be stored. 1) Should the dependence information be instead represented in terms
2011 Jan 28
0
[LLVMdev] Clang compile error
I get compile errors for just including the "clang/Basic/Diagnostic.h" header file. Is that expected? Should I include anything else? Here are the errors: $ g++ main.cpp -I llvm/tools/clang/include -I llvm/include In file included from llvm/include/llvm/Support/PointerLikeTypeTraits.h:18, from llvm/tools/clang/include/clang/Basic/SourceLocation.h:17,