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: [email protected] [[email protected]] On Behalf Of Douglas Gregor [[email protected]] Sent: 01 May 2012 21:08 To: [email protected] 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 [email protected] 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. _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
