[PATCH] D110186: Fix tests defaulting to incorrect triples on AIX

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 21 13:38:43 PDT 2021


jrtc27 added a comment.

Should they be -mtriple=foo-unknown-linux or just -mtriple=foo, i.e. foo-unknown-elf? Given they've worked fine on Linux, FreeBSD and macOS for years I assume they don't care about the OS part of the triple (except for whatever AIX is doing that causes them to break...) and so should just use a generic ELF triple?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110186



More information about the llvm-commits mailing list