[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 22:40:17 PST 2023
hubert.reinterpretcast added inline comments.
================
Comment at: llvm/tools/llc/llc.cpp:513
+ if (!Options.DataSections)
+ reportError("-mroptr option must be used with -data-sections",
+ InputFilename);
----------------
See https://reviews.llvm.org/D144190#inline-1406700 for why having this diagnostic in `llc` may not be the best.
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