[cfe-commits] [PATCH][cl.exe compatible driver] Add DriverKind to Driver.

Michael Spencer bigcheesegs at gmail.com
Tue Apr 5 12:39:26 PDT 2011


After a discussion with Daniel on IRC, I've decided to implement
driver modes as a part of Driver for now. If things get too
complicated, we can refactor into separate classes. But it seems that
the majority of the code will be confined to parsing and translating
options instead of spread throughout the code.

I would have liked to set the DriverKind in the constructor and have
it be immutable after that, but ParseProgName doesn't currently work
that way.

- Michael Spencer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Add-DriverKind-to-Driver-which-currently-is-either-G.patch
Type: application/octet-stream
Size: 7950 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110405/aa078c0d/attachment.obj>


More information about the cfe-commits mailing list