aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2012-05-01 20:30:48 +0000
committerDouglas Gregor <dgregor@apple.com>2012-05-01 20:30:48 +0000
commit10601a36d1cb28d40ff8ef4febe07a01a156dfa8 (patch)
treea6df69ef50a6ffa5da2a035569407780ce4b14ef
parentca2e1b7990230c5088eb2f280cea9db5f516ad69 (diff)
Revert r155933
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155939 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Driver/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/clang/Driver/CMakeLists.txt b/include/clang/Driver/CMakeLists.txt
index dafd8a7175..1277d51edb 100644
--- a/include/clang/Driver/CMakeLists.txt
+++ b/include/clang/Driver/CMakeLists.txt
@@ -1,3 +1,7 @@
clang_tablegen(Options.inc -gen-opt-parser-defs
SOURCE Options.td
TARGET ClangDriverOptions)
+
+clang_tablegen(CC1AsOptions.inc -gen-opt-parser-defs
+ SOURCE CC1AsOptions.td
+ TARGET ClangCC1AsOptions)