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

Douglas Gregor dgregor at apple.com
Tue May 1 13:32:06 PDT 2012


On May 1, 2012, at 1:29 PM, James Molloy <James.Molloy at arm.com> wrote:

> 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?

*Sigh*, I'm not sure what the commit was. Reverted in r155939, and de-borked my local build.

	- Doug

> 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