[cfe-dev] Heads up: the -cxx-abi command-line option is gone

Hans Wennborg hans at chromium.org
Tue Jan 14 11:42:52 PST 2014


Hi all,

Here's a heads up that the -cxx-abi command-line option is gone since
r199250. The C++ ABI now depends entirely on the target triple: MS ABI
for -win32 triples, Itanium otherwise.

If you need to use a specific C++ ABI in a lit test, but don't want to
constrain it to a specific triple, use the %ms_abi_triple or
%itanium_abi_triple substitutions.

Cheers,
Hans



More information about the cfe-dev mailing list