search for: rarrum

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

Did you mean: barnum
2020 May 16
2
Building A Project Against LLVM
...o use exceptions), but that's a problem for another day. One last question.. is there a good way to know which libnames I need, based on which #includes I pull in or which classes I'm using? I didn't see anything obvious in the doxygen documentation. On Fri, May 15, 2020 at 8:57 PM Rarrum <rarrum at gmail.com> wrote: > I'd rather avoid updating my OS at the moment or setting up a VM. But the > cmake comments were a hint.. I suspect something is going wrong in there > preventing it from adding the actual library files to the linker > commandline. > > I a...
2020 May 16
2
Building A Project Against LLVM
On Fri, May 15, 2020 at 6:53 PM Neil Nelson via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Rarrum, > > Kubuntu 20.04 LTS is available. You may be able to upgrade to 19.10, and > then to 20.04 without reinstalling. It can be done on Xubuntu. A direct > upgrade to 20.04 should become available. LLVM 10 then installs from the > distribution packages. I put all this on a VM using KVM...
2020 May 25
3
Implications of Module SourceFileName
In the language I'm working on, a module (which does have a user-defined name in source) may be comprised of several files. I'm considering passing the (user-defined) name to llvm::Module's setModuleIdentifier, then a semicolon separated list of file names to setSourceFileName. Is this going to cause unforeseen problems?
2020 May 15
2
Building A Project Against LLVM
I decided to start playing around with building my own programming language recently, and to use LLVM to handle the assembly-level details. I'm on Kubuntu 18.04, and I started out using LLVM 6.0 from Kubuntu's packages. I put together code for dealing with my language, then went over the Kaleidoscope tutorials (which have been extremely helpful btw!). I was able to successfully get my