This is an archive of the discontinued LLVM Phabricator instance.

Teach Clang to emit address-significance tables.
ClosedPublic

Authored by pcc on Jun 13 2018, 6:20 PM.

Details

Summary

By default, we emit an address-significance table on all ELF
targets when the integrated assembler is enabled. The emission of an
address-significance table can be controlled with the -faddrsig and
-fno-addrsig flags.

Depends on D48143

Event Timeline

pcc created this revision.Jun 13 2018, 6:20 PM
pcc updated this revision to Diff 151282.Jun 13 2018, 6:23 PM
  • Add some additional driver tests
rsmith accepted this revision.Jun 18 2018, 12:24 PM

Please add documentation and release notes for this flag too.

This revision is now accepted and ready to land.Jun 18 2018, 12:24 PM
This revision was automatically updated to reflect the committed changes.