[PATCH] D144189: [AIX][CodeGen] Storage Locations for Constant Pointers

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 8 20:41:30 PST 2023


hubert.reinterpretcast added inline comments.


================
Comment at: llvm/include/llvm/Target/TargetOptions.h:369
+    /// into the RO data section.
+    unsigned ReadOnlyPointers : 1;
+
----------------
Can we rename this to `XCOFFReadOnlyPointers`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144189



More information about the llvm-commits mailing list