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
Paths
| Differential D48155
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 Depends on D48143
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 18 2018, 12:24 PM Closed by commit rC337333: Teach Clang to emit address-significance tables. (authored by pcc). · Explain WhyJul 17 2018, 4:22 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 155984 docs/ReleaseNotes.rst
docs/UsersManual.rst
include/clang/Driver/Options.td
include/clang/Frontend/CodeGenOptions.def
lib/CodeGen/BackendUtil.cpp
lib/Driver/ToolChains/Clang.cpp
lib/Frontend/CompilerInvocation.cpp
test/CodeGen/addrsig.c
test/Driver/addrsig.c
|