[PATCH] D48155: Teach Clang to emit address-significance tables.

Peter Collingbourne via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 13 18:20:29 PDT 2018


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.

Depends on https://reviews.llvm.org/D48143


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/Clang.cpp
  clang/lib/Frontend/CompilerInvocation.cpp
  clang/test/CodeGen/addrsig.c
  clang/test/Driver/addrsig.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48155.151281.patch
Type: text/x-patch
Size: 4071 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180614/452ca6f5/attachment.bin>


More information about the cfe-commits mailing list