[PATCH] D18678: Move asm-printer-topological-order.ll to PowerPC backend.
Tim Shen via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 31 15:50:46 PDT 2016
timshen created this revision.
timshen added a reviewer: iteratee.
timshen added a subscriber: llvm-commits.
On some other platforms the assembly format may be different. Move the test to PowerPC directory.
This is a post-commit review.
http://reviews.llvm.org/D18678
Files:
test/CodeGen/Generic/asm-printer-topological-order.ll
test/CodeGen/PowerPC/asm-printer-topological-order.ll
Index: test/CodeGen/PowerPC/asm-printer-topological-order.ll
===================================================================
--- test/CodeGen/PowerPC/asm-printer-topological-order.ll
+++ test/CodeGen/PowerPC/asm-printer-topological-order.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s | FileCheck %s
+; RUN: llc -mtriple=powerpc64le-unknown-linux-gnu < %s | FileCheck %s
@TestA = alias void (), void ()* @TestC
@TestB = alias void (), void ()* @TestC
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18678.52305.patch
Type: text/x-patch
Size: 448 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160331/9c9f527d/attachment.bin>
More information about the llvm-commits
mailing list