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

James Molloy James.Molloy at arm.com
Tue May 1 13:29:18 PDT 2012


Hi Doug,

I don't understand this change - the last commit to go into the driver was my refactor, and that didn't touch CC1AsOptions (just CC1Options). I also didn't get any build failures from the buildbots or my own local build (which uses CMake).

I'm wondering why CC1AsOptions are no longer needed?

Cheers,

James
________________________________________
From: cfe-commits-bounces at cs.uiuc.edu [cfe-commits-bounces at cs.uiuc.edu] On Behalf Of Douglas Gregor [dgregor at apple.com]
Sent: 01 May 2012 21:08
To: cfe-commits at cs.uiuc.edu
Subject: [cfe-commits] r155933 -        /cfe/trunk/include/clang/Driver/CMakeLists.txt

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)


_______________________________________________
cfe-commits mailing list
cfe-commits at cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits


-- IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium.  Thank you.





More information about the cfe-commits mailing list