This is an archive of the discontinued LLVM Phabricator instance.

[clang][Driver] Expose -fexperimental-relative-c++-abi-vtables flag
ClosedPublic

Authored by leonardchan on Mar 10 2021, 3:53 PM.

Details

Summary

Initially, this flag was meant to only be used through cc1 and not directly through the clang driver. However, we accidentally ended up using this flag as a driver flag already for selecting multilibs within the fuchsia toolchain. We're currently in an awkward state where it's only accepted as a driver flag when targeting Fuchsia, and all other instances it can only be added via -Xclang. Since we're ready to use this in Fuchsia, we can just expose this to the driver for simplicity.

Diff Detail

Event Timeline

leonardchan requested review of this revision.Mar 10 2021, 3:53 PM
leonardchan created this revision.
phosek accepted this revision.Mar 10 2021, 3:55 PM

LGTM

This revision is now accepted and ready to land.Mar 10 2021, 3:55 PM
This revision was landed with ongoing or failed builds.Mar 10 2021, 4:29 PM
This revision was automatically updated to reflect the committed changes.