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

Qiongsi Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 28 13:42:24 PDT 2023


qiongsiwu1 added a comment.

The new option is renamed to `-mxcoff-roptr` to avoid confusions if we are using it during a pure linking job on non-AIX platforms. The option name now implies that it applies to XCOFF only, so silently ignoring the option on other platforms is not that serious a problem.


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