[cfe-dev] clang -cxx-abi OR clang -Xclang -cxx-abi?

Nico Weber thakis at chromium.org
Fri Nov 9 15:37:36 PST 2012


On Thu, Nov 8, 2012 at 3:44 AM, pravic <ehysta at gmail.com> wrote:
> Hi.
>
> clang --help tells about -cxx-abi parameter, but it not works:
>
> $ clang -cxx-abi microsoft foo.cpp
> clang: warning: argument unused during compilation: '-cxx-abi microsoft'
>
>
> Instead of it, you need to pass this option to CC1 directly:
> $ clang -Xclang -cxx-abi -Xclang microsoft
>
> But this is not equal with help. So how to fix?

Richard removed -cxx-abi from --help in r167638. Thanks for the report.

> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev



More information about the cfe-dev mailing list