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

Douglas Gregor dgregor at apple.com
Tue May 1 13:30:48 PDT 2012


Author: dgregor
Date: Tue May  1 15:30:48 2012
New Revision: 155939

URL: http://llvm.org/viewvc/llvm-project?rev=155939&view=rev
Log:
Revert r155933

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=155939&r1=155938&r2=155939&view=diff
==============================================================================
--- cfe/trunk/include/clang/Driver/CMakeLists.txt (original)
+++ cfe/trunk/include/clang/Driver/CMakeLists.txt Tue May  1 15:30:48 2012
@@ -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)





More information about the cfe-commits mailing list