[PATCH] D18678: Move asm-printer-topological-order.ll to PowerPC backend.
Kyle Butt via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 31 16:05:43 PDT 2016
iteratee accepted this revision.
iteratee added a comment.
This revision is now accepted and ready to land.
Just a note for future reference, no need to change this file.
================
Comment at: test/CodeGen/PowerPC/asm-printer-topological-order.ll:1
@@ -1,2 +1,2 @@
-; RUN: llc < %s | FileCheck %s
+; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu < %s | FileCheck %s
----------------
This is fine, but note that if you don't need to test it for multiple triples, you can put it it in the file.
http://reviews.llvm.org/D18678
More information about the llvm-commits
mailing list