This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Set correct CXX_FLAGS for relative-vtables variants
ClosedPublic

Authored by phosek on Apr 29 2021, 10:22 AM.

Details

Summary

We overrite CXX_FLAGS to enable relative vtables, but doing so
overwrites generic Fuchsia CXX_FLAGS leading to a build failure
on Windows.

Diff Detail

Event Timeline

phosek created this revision.Apr 29 2021, 10:22 AM
phosek requested review of this revision.Apr 29 2021, 10:22 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 29 2021, 10:22 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
phosek updated this revision to Diff 341570.Apr 29 2021, 10:24 AM
leonardchan accepted this revision.Apr 29 2021, 10:28 AM
This revision is now accepted and ready to land.Apr 29 2021, 10:28 AM
This revision was landed with ongoing or failed builds.Apr 29 2021, 10:34 AM
This revision was automatically updated to reflect the committed changes.