This is an archive of the discontinued LLVM Phabricator instance.

[VE] Disable -fsigaddr option for VE
ClosedPublic

Authored by kaz7 on Nov 12 2020, 6:39 AM.

Details

Summary

VE needs to support integrated assembler and "nas". This "nas"
doesn't recognize ".sigaddr" pseudo mnemonics, so need to disable
it. This patch disable it on VE by default. Also add a regression
test for that.

Diff Detail

Event Timeline

kaz7 created this revision.Nov 12 2020, 6:39 AM
kaz7 requested review of this revision.Nov 12 2020, 6:39 AM
simoll accepted this revision.Nov 12 2020, 8:32 AM
This revision is now accepted and ready to land.Nov 12 2020, 8:32 AM
This revision was landed with ongoing or failed builds.Nov 12 2020, 1:22 PM
This revision was automatically updated to reflect the committed changes.