Hello, Talin> In any case, if someone wants to work on this feel free to use this > code, I've been too busy lately to make a patch.Please, file a PR - I'll take care about this. -- WBR, Anton Korobeynikov
Anton Korobeynikov wrote:> Hello, Talin > >> In any case, if someone wants to work on this feel free to use this >> code, I've been too busy lately to make a patch. >> > Please, file a PR - I'll take care about this. >Dumb question - what does PR stand for? I tried searching the LLVM documentation and couldn't find a definition. (I thought it might be "Problem Report" - but the "How to submit a bug report" document doesn't use that term.) -- Talin
On Sep 10, 2008, at 8:04 PM, Talin wrote:> Dumb question - what does PR stand for?> (I thought it might be "Problem Report"Yes. Comes from gcc land, if your curious.
On Sep 10, 2008, at 8:04 PM, Talin wrote:> Anton Korobeynikov wrote: >> Hello, Talin >> >>> In any case, if someone wants to work on this feel free to use this >>> code, I've been too busy lately to make a patch. >>> >> Please, file a PR - I'll take care about this. >> > Dumb question - what does PR stand for? I tried searching the LLVM > documentation and couldn't find a definition. > > (I thought it might be "Problem Report" - but the "How to submit a bug > report" document doesn't use that term.)It probably is Problem Report, but everybody has been using PR for so long I'm not sure:) Anton meant a bug report in llvm's Bugzilla database: http://llvm.org/bugs/
On Wed, Sep 10, 2008 at 8:04 PM, Talin <viridia at gmail.com> wrote:> Anton Korobeynikov wrote: >> Hello, Talin >> >>> In any case, if someone wants to work on this feel free to use this >>> code, I've been too busy lately to make a patch. >>> >> Please, file a PR - I'll take care about this. >> > Dumb question - what does PR stand for? I tried searching the LLVM > documentation and couldn't find a definition. > > (I thought it might be "Problem Report" - but the "How to submit a bug > report" document doesn't use that term.)Yeah, that's right (at least roughly)... AFAIK it's a bit of terminology borrowed from gcc. -Eli
Reasonably Related Threads
- [LLVMdev] Demangling question
- [LLVMdev] Union type, is it really used or necessary?
- [LLVMdev] LLVM features that ought to be surfaced in a higher-level language?
- [LLVMdev] llvm.org robots.txt prevents crawling by Google code search?
- [LLVMdev] Union type, is it really used or necessary?