[PATCH] D158223: [clang] Add clang::unnamed_addr attribute that marks globals' address as not significant

Arthur Eubanks via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 17 15:11:36 PDT 2023


aeubanks added a comment.

and naming can be bikeshed. `no_addrsig` follows https://llvm.org/docs/Extensions.html#sht-llvm-addrsig-section-address-significance-table, `unnamed_addr` follows the IR attribute


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158223/new/

https://reviews.llvm.org/D158223



More information about the cfe-commits mailing list