summaryrefslogtreecommitdiff
path: root/include/clang/Driver/Options.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-11-19 01:03:50 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-11-19 01:03:50 +0000
commit64bdce3f02091b0a4e1528d690495970c1249803 (patch)
tree899273c02f152730aa6c21d35d2b954112cc2438 /include/clang/Driver/Options.h
parent6be2b1798b452104d2f093fe010e39181da56cd9 (diff)
downloadclang-64bdce3f02091b0a4e1528d690495970c1249803.tar.gz
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
Diffstat (limited to 'include/clang/Driver/Options.h')
-rw-r--r--include/clang/Driver/Options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Driver/Options.h b/include/clang/Driver/Options.h
index d6a3cff7ec..b05d5afd75 100644
--- a/include/clang/Driver/Options.h
+++ b/include/clang/Driver/Options.h
@@ -21,7 +21,7 @@ namespace options {
OPT_UNKNOWN, // Reserved ID for unknown option.
#define OPTION(NAME, ID, KIND, GROUP, ALIAS, FLAGS, PARAM, \
HELPTEXT, METAVAR) OPT_##ID,
-#include "clang/Driver/Options.def"
+#include "clang/Driver/Options.inc"
LastOption
#undef OPTION
};