aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2012-05-01 20:08:24 +0000
committerDouglas Gregor <dgregor@apple.com>2012-05-01 20:08:24 +0000
commitd53f6971a7c97c9a564c9a7b3b1dd773d120aac8 (patch)
tree175e4e00eaeaa73c06f9e3a8f51af356432d9c22
parent6df1fa92a3d4d157602be19dff06259d9db2e2c1 (diff)
Fix CMake build
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155933 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Driver/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/clang/Driver/CMakeLists.txt b/include/clang/Driver/CMakeLists.txt
index 1277d51edb..dafd8a7175 100644
--- a/include/clang/Driver/CMakeLists.txt
+++ b/include/clang/Driver/CMakeLists.txt
@@ -1,7 +1,3 @@
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)