[cfe-commits] r90602 - in /cfe/trunk: include/clang/Driver/Options.td lib/Driver/Driver.cpp test/Driver/ccc-add-args.c test/Driver/parsing.c test/Driver/qa_override.c
Mike Stump
mrs at apple.com
Fri Dec 4 15:16:24 PST 2009
On Dec 4, 2009, at 1:55 PM, Daniel Dunbar wrote:
> Author: ddunbar
> Date: Fri Dec 4 15:55:23 2009
> New Revision: 90602
>
> URL: http://llvm.org/viewvc/llvm-project?rev=90602&view=rev
> Log:
> Driver: Switch -ccc-* options to using the standard options functionality.
> - I still want to get rid of them, but manually handling them isn't adding value.
This seems to break:
$ clang++ -g t.cc && a.out
Undefined symbols:
"__ZSt9terminatev", referenced from:
More information about the cfe-commits
mailing list