[PATCH] D35287: llc: Require an explicit -mtriple=default to target default triple

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 1 17:31:03 PDT 2017


MatzeB abandoned this revision.
MatzeB added a comment.

Ok I changed the PowerPC, X86, ARM (AArch64 wasn't necessary) targets to not use -march anymore in r309754, r309774 and r309755.
Assuming that most tests are created by copy&paste this should hopefully avoid people creating indeterministic tests that break when the default operating system changes.

So we should be fine without this change.


Repository:
  rL LLVM

https://reviews.llvm.org/D35287





More information about the llvm-commits mailing list