[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
Daniel Dunbar
daniel at zuster.org
Fri Dec 4 18:39:50 PST 2009
On Fri, Dec 4, 2009 at 3:16 PM, Mike Stump <mrs at apple.com> wrote:
> 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:
Fixed in r90629, thanks.
- Daniel
More information about the cfe-commits
mailing list