[PATCH] D85802: [clang] Add -fc++-abi= flag for specifying which C++ ABI to use

Leonard Chan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 20 16:43:16 PDT 2021


leonardchan reopened this revision.
leonardchan added a comment.
This revision is now accepted and ready to land.
Herald added a subscriber: jansvoboda11.

Re-opening this based on discussions in D93668 <https://reviews.llvm.org/D93668>. The consensus is that this is OK as long as the compiler knows which ABIs work on which targets and rejects the unsupported configurations. (Still need to update this.)

This will also be used as a driver flag for selecting multilibs as part of the Fuchsia toolchain.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85802/new/

https://reviews.llvm.org/D85802



More information about the cfe-commits mailing list