search for: linkuistics

Displaying 11 results from an estimated 11 matches for "linkuistics".

Did you mean: linguistics
2007 Nov 09
1
[LLVMdev] Newbie JITter
...x86, and only if you have udis86. I was using (indirectly) an AsmEmitter that is added by TargetMachine::addPassesToEmitFile, and now that I have a better understanding of what's going on, I realise there isn't really any facility to do what I need. Antony Blakey ------------- CTO, Linkuistics Pty Ltd Ph: 0438 840 787 One should respect public opinion insofar as is necessary to avoid starvation and keep out of prison, but anything that goes beyond this is voluntary submission to an unnecessary tyranny. -- Bertrand Russell
2007 Nov 29
2
[LLVMdev] LLVM on MinGW
Antony Blakey wrote: > SVN head LLVM and Clang built out of the box for me a week ago on > MSYS/MINGW, using the following files: Ok, I tried to do the same. The compilations stops with the following error message (actually, I got to the same point in my attempt to build LLVM with the MinGW compiler shipped with Cygwin): llvm[1]: Compiling MachineLoopInfo.cpp for Debug build
2007 Nov 08
3
[LLVMdev] Newbie JITter
...mp; msg) { cerr << "exception: " << msg << "\n"; exitCode = 1; } catch (...) { cerr << "exception: Unexpected unknown exception occurred.\n"; exitCode = 1; } return exitCode; } Thanks, Antony Blakey -------------------------- CTO, Linkuistics Pty Ltd Ph: 0438 840 787 Plurality is not to be assumed without necessity -- William of Ockham (ca. 1285-1349)
2007 Nov 09
0
[LLVMdev] Newbie JITter
...< "\n"; > exitCode = 1; > } catch (...) { > cerr << "exception: Unexpected unknown exception occurred.\n"; > exitCode = 1; > } > > return exitCode; > } > > Thanks, > > Antony Blakey > -------------------------- > CTO, Linkuistics Pty Ltd > Ph: 0438 840 787 > > Plurality is not to be assumed without necessity > -- William of Ockham (ca. 1285-1349) > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > htt...
2007 Nov 23
3
[LLVMdev] LLVM 2.1 (or later) and Ubuntu Gutsy
Does anybody have a working version of LLVM 2.1+ (ideally in a .deb file) that they're willing to share? I'm having some weird problems trying to get a working version on my 7.10 machine.
2007 Nov 23
0
[LLVMdev] LLVM 2.1 (or later) and Ubuntu Gutsy
...ybody have a working version of LLVM 2.1+ (ideally in a .deb > file) that they're willing to share? I'm having some weird problems > trying to get a working version on my 7.10 machine. Or even better, does anyone have a recipe for building on Gutsy? Antony Blakey ------------- CTO, Linkuistics Pty Ltd Ph: 0438 840 787 Every task involves constraint, Solve the thing without complaint; There are magic links and chains Forged to loose our rigid brains. Structures, structures, though they bind, Strangely liberate the mind. -- James Fallen
2007 Nov 23
1
[LLVMdev] LLVM 2.1 (or later) and Ubuntu Gutsy
Antony Blakey schreef: > I installed gutsy desktop, and llvm svn head (which compiles for me on > MacIntel and Win32. The problem I encounter is with gcc. The llvm > config executes gcc -V, which on my installation fails because -V > requires an argument. This leads configure to think that the compiler > cannot produce executables. > > I'm not au fait with the gcc
2007 Nov 28
0
[LLVMdev] LLVM on MinGW
..., which is what I needed. Apart from that everything was easy. In particular I didn't need to install any special llvm gcc. Neither did I have to do that when building on Ubuntu 7.10. I don't know if that instruction is relevant any more. Antony Blakey -------------------------- CTO, Linkuistics Pty Ltd Ph: 0438 840 787 What can be done with fewer [assumptions] is done in vain with more -- William of Ockham (ca. 1285-1349)
2007 Nov 23
0
[LLVMdev] LLVM 2.1 (or later) and Ubuntu Gutsy
...which on my installation fails because -V requires an argument. This leads configure to think that the compiler cannot produce executables. I'm not au fait with the gcc version configuration stuff in Ubuntu, which is where I suspect this is going wrong. Antony Blakey ------------- CTO, Linkuistics Pty Ltd Ph: 0438 840 787 One should respect public opinion insofar as is necessary to avoid starvation and keep out of prison, but anything that goes beyond this is voluntary submission to an unnecessary tyranny. -- Bertrand Russell
2007 Nov 23
3
[LLVMdev] LLVM 2.1 (or later) and Ubuntu Gutsy
Antony Blakey wrote: > On 24/11/2007, at 12:01 AM, Michael T. Richter wrote: > >> Does anybody have a working version of LLVM 2.1+ (ideally in a .deb >> file) that they're willing to share? I'm having some weird problems >> trying to get a working version on my 7.10 machine. > > Or even better, does anyone have a recipe for building on Gutsy? I've just
2007 Nov 28
5
[LLVMdev] LLVM on MinGW
Hello, I'm trying to use LLVM on Windows, using the MinGW toolchain that comes with Cygwin (gcc -mno-cygwin, not the standalone msys package). Has anyone successfully built LLVM from sources with this toolchain? The ./configure scripts automatically detects a Cygwin environment. I've spent some time trying to let it know that it should compile for MinGW. FWIW, here's what I've