[PATCH] D80642: [AIX] Emit AvailableExternally Linkage on AIX
Jason Liu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 28 15:25:50 PDT 2020
jasonliu accepted this revision.
jasonliu added a comment.
This revision is now accepted and ready to land.
LGTM with minor nit.
================
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 | \
----------------
nit: It's a bit weird to split between '-mtriple' and 'powerpc64-ibm-aix-xcoff'.
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