This is an archive of the discontinued LLVM Phabricator instance.

clang should emulate GCC's -fabi-version=<X>
Needs ReviewPublic

Authored by steleman on Sep 3 2015, 6:03 AM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

This changeset provides an implementation of GCC's -fabi-version=<X> flag.

-fabi-version is documented at GCC here:
https://gcc.gnu.org/onlinedocs/gcc/C_002b_002b-Dialect-Options.html

GCC implements it here:
${top_srcdir}/gcc/c-family/c-cppbuiltin.c

Diff Detail

Event Timeline

steleman updated this revision to Diff 33938.Sep 3 2015, 6:03 AM
steleman retitled this revision from to clang should emulate GCC's -fabi-version=<X>.
steleman updated this object.
steleman added a subscriber: cfe-commits.

The diff is based on 3.6.2.