[cfe-commits] [PATCH] Add multiple prefixes to Option.

Michael Spencer bigcheesegs at gmail.com
Thu Oct 18 15:53:09 PDT 2012


Hi ddunbar,

This patch adds support for multiple prefixes per option. This is the main feature needed for sane gnu-ld and link command line support.

Most of the ["-"]'s can be refactored to a common class in tablegen, but I have a few more widespread tablegen changes I want to make before doing all the refactoring needed.

http://llvm-reviews.chandlerc.com/D69

Files:
  include/clang/Driver/Arg.h
  include/clang/Driver/CC1AsOptions.h
  include/clang/Driver/CC1AsOptions.td
  include/clang/Driver/CC1Options.td
  include/clang/Driver/OptParser.td
  include/clang/Driver/OptTable.h
  include/clang/Driver/Option.h
  include/clang/Driver/Options.h
  include/clang/Driver/Options.td
  lib/Driver/Arg.cpp
  lib/Driver/ArgList.cpp
  lib/Driver/CC1AsOptions.cpp
  lib/Driver/Driver.cpp
  lib/Driver/DriverOptions.cpp
  lib/Driver/OptTable.cpp
  lib/Driver/Option.cpp
  lib/Driver/Tools.cpp
  lib/Frontend/CompilerInvocation.cpp
  utils/TableGen/OptParserEmitter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69.1.patch
Type: text/x-patch
Size: 200380 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121018/f546694d/attachment.bin>


More information about the cfe-commits mailing list