search for: suna33

Displaying 13 results from an estimated 13 matches for "suna33".

2002 Oct 29
2
[LLVMdev] problems with llvmgcc
Dear llvm, I just tried to compile a simple file hello.c. But each time I used llvmgcc hello.c, it gave me the following error: xli3|csil-suna33|~/cs426|[13]% llvmgcc hello.c as: error opening '/var/tmp//ccapglpE.o': file exists! Use -f command line argument to force output I really got confused. Could you please let me know what's wrong? thanks, Jerry
2002 Oct 29
1
[LLVMdev] something is wrong
When I tried to run the previous .bc code with lli, I got the following errors: xli3|csil-suna33|~/cs426|[48]% lli he2.bc Unresolvable reference found: <long>:1! Unresolvable reference found: <long>:1! Unresolvable reference found: <long>:2! Error parsing 'he2.bc': No module loaded: Error resolving method values! So right now, I cannot do anything. Could you please l...
2002 Oct 30
2
[LLVMdev] problems with llvmgcc
...N'T exist. I don't know why is that, please help with that. Thanks a lot. Jerry On Tue, 29 Oct 2002, Chris Lattner wrote: > > I just tried to compile a simple file hello.c. But each time I used > > llvmgcc hello.c, it gave me the following error: > > > > xli3|csil-suna33|~/cs426|[13]% llvmgcc hello.c > > as: error opening '/var/tmp//ccapglpE.o': file exists! > > Use -f command line argument to force output > > First try doing an 'rm -f /var/tmp/*' and try again. If that still > doesn't work, please post the output of: '...
2002 Oct 29
0
[LLVMdev] problems with llvmgcc
> I just tried to compile a simple file hello.c. But each time I used > llvmgcc hello.c, it gave me the following error: > > xli3|csil-suna33|~/cs426|[13]% llvmgcc hello.c > as: error opening '/var/tmp//ccapglpE.o': file exists! > Use -f command line argument to force output First try doing an 'rm -f /var/tmp/*' and try again. If that still doesn't work, please post the output of: 'llvmgcc hello.c -v'...
2002 Nov 14
1
[LLVMdev] problem checking out llvm
When I check out llvm this morning. I got this error, so I couldn't check out. Looks like the disk is full.. Please let me know how to fix this problem. Thanks, xiaodong xli3|csil-suna33|/usr/dcs/projects/cs426/xli3/llvm|[10]% cvs update cvs update: Updating . ? gnumake.out cvs update: Updating Support cvs update: Updating include cvs update: Updating include/Support cvs update: cannot close BitSetVector.h: No space left on device cvs update: could not check out include/Support/Bit...
2002 Oct 31
1
[LLVMdev] problems with llvmgcc
...> > On Tue, 29 Oct > > 2002, Chris > > Lattner wrote: > > > > > > I just tried to compile a simple file hello.c. But each > > time I used > > > > llvmgcc hello.c, it gave me the following error: > > > > > > > > xli3|csil-suna33|~/cs426|[13]% llvmgcc hello.c > > > > as: error opening '/var/tmp//ccapglpE.o': file exists! > > > > Use -f command line argument to force output > > > > > > First try doing an 'rm -f /var/tmp/*' and try again. If that still > > >...
2002 Oct 30
0
[LLVMdev] problems with llvmgcc
...that. Thanks a lot. > > Jerry > > On Tue, 29 Oct > 2002, Chris > Lattner wrote: > > > > I just tried to compile a simple file hello.c. But each > time I used > > > llvmgcc hello.c, it gave me the following error: > > > > > > xli3|csil-suna33|~/cs426|[13]% llvmgcc hello.c > > > as: error opening '/var/tmp//ccapglpE.o': file exists! > > > Use -f command line argument to force output > > > > First try doing an 'rm -f /var/tmp/*' and try again. If that still > > doesn't work, please...
2002 Nov 08
1
[LLVMdev] Basicblock and MachineBasicBlock
Dear LLVM, I was wondering what's the difference between BasicBlock and MachineBasicBlock in LLVM. If I want to solve a data flow equation problem, which one should I use? Thanks, Jerry
2002 Nov 11
3
[LLVMdev] question about BasicBlock
Dear LLVM, Is there any simple way to decide whether there is a control path from one Basic Block to another Basic Block? thanks, Jerry
2002 Nov 11
1
[LLVMdev] question about BasicBlock
Acutally I mean whether we can start from a node in the graph and follow a path which might be very long, to reach another node. Is there a quick way to do that? thanks, xiaodong On Mon, 11 Nov 2002, Chris Lattner wrote: > > > Is there any simple way to decide whether there is a control path from one > > Basic Block to another Basic Block? > > No efficient way, but you
2002 Nov 15
2
[LLVMdev] DSGraph question
Dear LLVM, If I have a DSGraph dsg, I want to duplicate a DSgraph which is exactly the same with dsg. How should I do that? Should I use DSGraph dsg2 = dsg; or use some other methods? Thanks, xiaodong
2002 Nov 12
2
[LLVMdev] (no subject)
Dear LLVM, I need to do interprocedural analysis for my project. I was wondering if you can tell me how to create Bottom Up DSGraph and Call Graph in the program. I know DSGraph *dsg = new DSGraph( F ) can create a DSGraph, but looks like that's only local DSGraph. I also need to know how to create the call graph for the whole module in the program. Thanks, xiaodong
2002 Nov 16
2
[LLVMdev] question
When I tried to compile the program, I got this error: ../../../include/llvm/Analysis/DSGraph.h: In member function `virtual bool <unnamed>::GlobalMemLeakage::run(Module&)': ../../../include/llvm/Analysis/DSGraph.h:38: `void DSGraph::operator=(const DSGraph&)' is private MemLeakage.cpp:87: within this context gmake: *** [Debug/MemLeakage.o] Error 1 I don't