From: Douglas Gregor Date: Tue, 1 May 2012 20:08:24 +0000 (+0000) Subject: Fix CMake build X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d53f6971a7c97c9a564c9a7b3b1dd773d120aac8;p=clang Fix CMake build git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155933 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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)