Displaying 2 results from an estimated 2 matches for "commaseparated".
2007 Oct 15
2
[LLVMdev] cl::opt Ideas
I've added some debugging flags to my register allocator here to
turn on and off specific debug messages. I did this with llvm::cl::bits
which allows me to turn on multiple options.
But its kind of ugly because each option is independent as far as
llvm is concerned and I have to prefix each option with something
like RegallocDebug so users know what it's about. For example:
2007 Jul 10
1
[LLVMdev] A question about LLVM and pool allocation
HI guys.
I'm trying to build the poolalloc on llvm-2.0 but there exist some errors.
Can you tell me which version of llvm is known to make the poolalloc build
and install successful?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070710/4ab5e155/attachment.html>