This revision was automatically updated to reflect the committed changes.
Closed by commit rC337333: Teach Clang to emit address-significance tables.
(authored by pcc, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D48155?vs=151282&id=155984#toc
Repository:
rC Clang
https
rsmith accepted this revision.
rsmith added a comment.
This revision is now accepted and ready to land.
Please add documentation and release notes for this flag too.
https://reviews.llvm.org/D48155
___
cfe-commits mailing list
cfe-commits@lists.llvm
pcc updated this revision to Diff 151282.
pcc added a comment.
- Add some additional driver tests
https://reviews.llvm.org/D48155
Files:
clang/include/clang/Driver/Options.td
clang/include/clang/Frontend/CodeGenOptions.def
clang/lib/CodeGen/BackendUtil.cpp
clang/lib/Driver/ToolChains/Cl
pcc created this revision.
pcc added reviewers: echristo, Bigcheese, rsmith.
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.
De