[PATCH] D144190: [AIX][clang] Storage Locations for Constant Pointers

Qiongsi Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 29 08:16:43 PDT 2023


qiongsiwu1 marked an inline comment as done.
qiongsiwu1 added inline comments.


================
Comment at: clang/test/Driver/ppc-roptr.c:37
+// LINK: "-bforceimprw"
+// LTO_ROPTR: "-bplugin_opt:-mxcoff-roptr"
+// NO_ROPTR-NOT: "-mxcoff-roptr"
----------------
hubert.reinterpretcast wrote:
> This needs the backend option also renamed. Has a commit for that landed yet?
No the commit has not landed. The patch is up https://reviews.llvm.org/D147161. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144190



More information about the cfe-commits mailing list