[llvm-commits] [PATCH] Copy clang/Driver/<Option parsing stuff> to llvm.

Michael Spencer bigcheesegs at gmail.com
Tue Nov 6 13:12:16 PST 2012


  Moved to new library Option. Added makefiles. The unittest makefile doesn't quite work because it needs to call tablegen. No idea how to do that properly in the autoconf build.

Hi ddunbar,

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

CHANGE SINCE LAST DIFF
  http://llvm-reviews.chandlerc.com/D102?vs=267&id=276#toc

Files:
  include/llvm/Option/Arg.h
  include/llvm/Option/ArgList.h
  include/llvm/Option/OptParser.td
  include/llvm/Option/OptSpecifier.h
  include/llvm/Option/OptTable.h
  include/llvm/Option/Option.h
  lib/CMakeLists.txt
  lib/LLVMBuild.txt
  lib/Makefile
  lib/Option/Arg.cpp
  lib/Option/ArgList.cpp
  lib/Option/CMakeLists.txt
  lib/Option/LLVMBuild.txt
  lib/Option/Makefile
  lib/Option/OptTable.cpp
  lib/Option/Option.cpp
  unittests/CMakeLists.txt
  unittests/Option/CMakeLists.txt
  unittests/Option/Makefile
  unittests/Option/OptionParsingTest.cpp
  unittests/Option/Opts.td
  utils/TableGen/CMakeLists.txt
  utils/TableGen/OptParserEmitter.cpp
  utils/TableGen/TableGen.cpp
  utils/TableGen/TableGenBackends.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102.2.patch
Type: text/x-patch
Size: 90238 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121106/68c029f5/attachment.bin>


More information about the llvm-commits mailing list