This is an archive of the discontinued LLVM Phabricator instance.

[libc++abi] Create a macro for the 32 bit guard setting
ClosedPublic

Authored by ldionne on Apr 10 2019, 9:34 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

ldionne created this revision.Apr 10 2019, 9:34 AM

Theres more to the ARM config. The macro should reflect were implementing the ARM C++ ABI and not the plain itanium one.

FYI I've got a design doc and full rework of this file coming yet. I wouldnt spend much time cleaning it up.

ldionne updated this revision to Diff 194540.Apr 10 2019, 9:55 AM

Update the name of the macro per a discussion with Eric

EricWF accepted this revision.Apr 10 2019, 10:03 AM
This revision is now accepted and ready to land.Apr 10 2019, 10:03 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptApr 10 2019, 10:10 AM