[PATCH] D97507: llvm-lto: default Relocation Model should be selected by the TargetMachine.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 10 00:58:34 PST 2021


fhahn added a comment.

In D97507#2615598 <https://reviews.llvm.org/D97507#2615598>, @w2yehia wrote:

> @daltenty provided a reduced testcase that would fail without this fix.

Thanks!



================
Comment at: llvm/test/tools/llvm-lto/aix.ll:4
+
+target triple = "powerpc-ibm-aix"
+
----------------
this needs a "REQUIRES" line to make sure the powerpc target has been built.


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

https://reviews.llvm.org/D97507



More information about the llvm-commits mailing list