[PATCH] D80642: [AIX] Emit AvailableExternally Linkage on AIX

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 28 18:43:35 PDT 2020


hubert.reinterpretcast added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/aix-available-externally-linkage.ll:15
+; RUN: not --crash llc -verify-machineinstrs -mcpu=pwr4 -mtriple \
+; RUN:     powerpc64-ibm-aix-xcoff -mattr=-altivec -filetype=obj -o %t.o 2>&1 \
+; RUN:     < %s | \
----------------
jasonliu wrote:
> nit: It's a bit weird to split between '-mtriple' and 'powerpc64-ibm-aix-xcoff'.
Also, the other cases have the triple before the processor level selection.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80642





More information about the llvm-commits mailing list