Displaying 2 results from an estimated 2 matches for "jbrumley".
Did you mean:
brumley
2008 Jul 30
5
[LLVMdev] Is there room for another build system?
2 more roadblocks for Visual Studio users are the inability to compile gcc
and the inability to compile and run the test suite. I would not want to
submit a change unless I could still compile/run gcc and pass the test
suite. (Testing before submission is the way we do it where I come from - I
am assuming it's the same here).
On a related note, has anyone gotten the LLVM test suite working
2008 Jul 16
1
[LLVMdev] Stupid question about BumpPtrAllocator
I'll preface by saying I'm new to LLVM -
I noticed there is an efficient BumpPtrAllocator - however, I can't figure
out how I can allocate IR objects using that allocator. It looks like all
the factory methods use regular new/delete.
I'm sure someone BumpPtrAllocator is there for a good reason, and someone
here has thought of this use case before. Anyone want to comment? Is