[cfe-commits] r155933 - /cfe/trunk/include/clang/Driver/CMakeLists.txt

Douglas Gregor dgregor at apple.com
Tue May 1 13:08:24 PDT 2012


Author: dgregor
Date: Tue May  1 15:08:24 2012
New Revision: 155933

URL: http://llvm.org/viewvc/llvm-project?rev=155933&view=rev
Log:
Fix CMake build

Modified:
    cfe/trunk/include/clang/Driver/CMakeLists.txt

Modified: cfe/trunk/include/clang/Driver/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Driver/CMakeLists.txt?rev=155933&r1=155932&r2=155933&view=diff
==============================================================================
--- cfe/trunk/include/clang/Driver/CMakeLists.txt (original)
+++ cfe/trunk/include/clang/Driver/CMakeLists.txt Tue May  1 15:08:24 2012
@@ -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)





More information about the cfe-commits mailing list