[PATCH] D63547: [AIX]Global Address Lowering

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jul 6 17:46:03 PDT 2019


hubert.reinterpretcast added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp:5093
+    if (isAIXABI && CModel == CodeModel::Medium) 
+      report_fatal_error("Medium code model is not supported on AIX.");
+
----------------
Just as a note: GCC on AIX generates large code model relocations for `-mcmodel=medium`. I guess that should get handled at the driver level.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D63547





More information about the llvm-commits mailing list