]> granicus.if.org Git - clang/commit
Driver: Switch to using TableGen'erated Options.inc instead of Options.def file.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 19 Nov 2009 01:03:50 +0000 (01:03 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 19 Nov 2009 01:03:50 +0000 (01:03 +0000)
commit64bdce3f02091b0a4e1528d690495970c1249803
tree899273c02f152730aa6c21d35d2b954112cc2438
parent6be2b1798b452104d2f093fe010e39181da56cd9
Driver: Switch to using TableGen'erated Options.inc instead of Options.def file.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89288 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/CMakeLists.txt
include/clang/Driver/CMakeLists.txt [new file with mode: 0644]
include/clang/Driver/Makefile [new file with mode: 0644]
include/clang/Driver/OptParser.td [new file with mode: 0644]
include/clang/Driver/Options.def [deleted file]
include/clang/Driver/Options.h
include/clang/Driver/Options.td [new file with mode: 0644]
include/clang/Makefile
lib/Driver/CMakeLists.txt
lib/Driver/DriverOptions.cpp