This is an archive of the discontinued LLVM Phabricator instance.

[MC] Fix -stack-size-section on ARM
ClosedPublic

Authored by seaneveson on Jan 16 2018, 8:53 AM.

Details

Summary

Change symbol values in the stack size section from being 8 bytes, to being a target dependent size.

This simplifies reading the section for architectures with 32 bit symbols, and fixes an issue with an ARM target where the assembler didn't have a 64 bit data directive.

Thanks.

Diff Detail

Repository
rL LLVM

Event Timeline

seaneveson created this revision.Jan 16 2018, 8:53 AM
seaneveson retitled this revision from [MC] Fix -fstack-size-section on ARM to [MC] Fix -stack-size-section on ARM.Jan 16 2018, 8:56 AM
MatzeB accepted this revision.Jan 16 2018, 11:45 AM

LGTM.

This revision is now accepted and ready to land.Jan 16 2018, 11:45 AM
This revision was automatically updated to reflect the committed changes.