Chris Lattner
2012-Aug-11 01:28 UTC
[LLVMdev] [RFC] New command line parsing/generating framework for clang and lld.
On Aug 9, 2012, at 1:26 PM, Michael Spencer <bigcheesegs at gmail.com> wrote:>> Attached is a patch that adds tools/llvm-cltest. This currently contains code >> that should be in a library and will not exist in the final version. This is a >> proof of concept for what TableGen would actually generate. It does not contain >> the actual TableGen implementation. >> >> - Michael Spencer > > ping.Are you proposing that clang switch over to this, or that this be used solely by lld? -Chris
Michael Spencer
2012-Aug-11 07:03 UTC
[LLVMdev] [RFC] New command line parsing/generating framework for clang and lld.
On Fri, Aug 10, 2012 at 6:28 PM, Chris Lattner <clattner at apple.com> wrote:> > On Aug 9, 2012, at 1:26 PM, Michael Spencer <bigcheesegs at gmail.com> wrote: > >>> Attached is a patch that adds tools/llvm-cltest. This currently contains code >>> that should be in a library and will not exist in the final version. This is a >>> proof of concept for what TableGen would actually generate. It does not contain >>> the actual TableGen implementation. >>> >>> - Michael Spencer >> >> ping. > > Are you proposing that clang switch over to this, or that this be used solely by lld? > > -ChrisBoth clang and lld. - Michael Spencer
Chris Lattner
2012-Aug-11 16:37 UTC
[LLVMdev] [RFC] New command line parsing/generating framework for clang and lld.
On Aug 11, 2012, at 12:03 AM, Michael Spencer <bigcheesegs at gmail.com> wrote:> On Fri, Aug 10, 2012 at 6:28 PM, Chris Lattner <clattner at apple.com> wrote: >> >> On Aug 9, 2012, at 1:26 PM, Michael Spencer <bigcheesegs at gmail.com> wrote: >> >>>> Attached is a patch that adds tools/llvm-cltest. This currently contains code >>>> that should be in a library and will not exist in the final version. This is a >>>> proof of concept for what TableGen would actually generate. It does not contain >>>> the actual TableGen implementation. >>>> >>>> - Michael Spencer >>> >>> ping. >> >> Are you proposing that clang switch over to this, or that this be used solely by lld? >> >> -Chris > > Both clang and lld.Ok, please chat with Daniel Dunbar and Chad Rosier about this. They'll definitely have opinions :) -Chris
Reasonably Related Threads
- [LLVMdev] [RFC] New command line parsing/generating framework for clang and lld.
- [LLVMdev] [RFC] New command line parsing/generating framework for clang and lld.
- [LLVMdev] [RFC] New command line parsing/generating framework for clang and lld.
- [LLVMdev] [RFC] New command line parsing/generating framework for clang and lld.
- [LLVMdev] [RFC] New command line parsing/generating framework for clang and lld.