[cfe-commits] r155916 - in /cfe/trunk: include/clang/Driver/ lib/Driver/ lib/Frontend/ lib/FrontendTool/ test/Sema/ tools/driver/
Andrew Trick
atrick at apple.com
Tue May 1 20:04:31 PDT 2012
On May 1, 2012, at 7:57 AM, James Molloy <james.molloy at arm.com> wrote:
> Author: jamesm
> Date: Tue May 1 09:57:16 2012
> New Revision: 155916
>
> URL: http://llvm.org/viewvc/llvm-project?rev=155916&view=rev
> Log:
> Unify Options.td and CC1Options.td, in a first step towards unifying the serialization logic in Frontend and Driver.
>
> Reviewed by Eric, Doug and Chandler, and here: http://llvm.org/reviews/r/7/
>
>
> Removed:
> cfe/trunk/lib/Driver/CC1Options.cpp
> Modified:
> cfe/trunk/include/clang/Driver/CC1Options.h
> cfe/trunk/include/clang/Driver/CC1Options.td
> cfe/trunk/include/clang/Driver/CMakeLists.txt
> cfe/trunk/include/clang/Driver/Makefile
> cfe/trunk/include/clang/Driver/OptParser.td
> cfe/trunk/include/clang/Driver/OptTable.h
> cfe/trunk/include/clang/Driver/Option.h
> cfe/trunk/include/clang/Driver/Options.td
> cfe/trunk/lib/Driver/CMakeLists.txt
> cfe/trunk/lib/Driver/Driver.cpp
> cfe/trunk/lib/Driver/OptTable.cpp
> cfe/trunk/lib/Frontend/CompilerInvocation.cpp
> cfe/trunk/lib/FrontendTool/ExecuteCompilerInvocation.cpp
> cfe/trunk/test/Sema/fpack-struct.c
> cfe/trunk/tools/driver/cc1_main.cpp
> cfe/trunk/tools/driver/driver.cpp
>
> Modified: cfe/trunk/include/clang/Driver/CC1Options.h
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Driver/CC1Options.h?rev=155916&r1=155915&r2=155916&view=diff
> ==============================================================================
Hi James,
Are you intentionally removing -fpack-struct from the top-level driver? If not, can you provide a quick fix? We have tests failing now:
clang -fpack-struct=8 ...
error: unknown argument: '-fpack-struct'
-Andy
More information about the cfe-commits
mailing list