[PATCH] D30317: [X86] Clean up test/CodeGen/X86/2006-03-01-InstrSchedBug.ll
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 16 16:17:37 PDT 2017
RKSimon added a comment.
================
Comment at: test/CodeGen/X86/2006-03-01-InstrSchedBug.ll:3
+
+target triple = "i686-unknown-unknown"
----------------
RKSimon wrote:
> For a trivial test like this removing the -march and replacing with this triple (-mtriple=i686-unknown-unknown) will tidy things up more.
Still no -mtriple ?
https://reviews.llvm.org/D30317
More information about the llvm-commits
mailing list