search for: wilsonk

Displaying 4 results from an estimated 4 matches for "wilsonk".

Did you mean: wilson
2007 Aug 06
0
[LLVMdev] clang builds on Sparc/Linux!
On Tue, 24 Jul 2007 wilsonk at cpsc.ucalgary.ca wrote: Hi Kelly, Sorry for the delay, I'm way behind in email :( > I built llvm-2.0 (the svn version) by just typing "./configure;make". I > then downloaded clang from the svn repository (revision 40382) and changed > to it's directory under .../llv...
2007 Jul 24
2
[LLVMdev] clang builds on Sparc/Linux!
Hello everyone, I am running an Enterprise 250 with Dual UltraSparc II's and 2 Gb ram running Aurora Sparc Linux 2.0 (2.6.13 kernel for Aurora is based on Fedora Core 3). GCC version 3.4.2. I built llvm-2.0 (the svn version) by just typing "./configure;make". I then downloaded clang from the svn repository (revision 40382) and changed to it's directory under
2007 May 03
1
[LLVMdev] Attending conference - possibly
Hi everyone, I would like to attend the conference, but may not be able to make it for sure. Could you put me down as unconfirmed, please. Thanks, Kelly Wilson, M.Sc. Independant University of Calgary Alumnus
2006 Oct 30
0
[LLVMdev] viewCFG call from opt loaded shared lib
Hey everyone, I want to call F.viewCFG() from within the Hello.so shared library runOnFunction() function, but I keep getting: opt: symbol lookup error: ../../../Debug/lib/LLVMHello.so: undefined symbol: _ZNK4llvm8Function7viewCFGEv while using: "opt -load ../../../Debug/lib/LLVMHello.so -print /temp/llvm/KellyTest/test.bc" I assume this means that I need to statically link in