[llvm] r307122 - Add the missing triple to the test case added as part of r307120.

Nemanja Ivanovic via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 4 22:14:43 PDT 2017


Author: nemanjai
Date: Tue Jul  4 22:14:43 2017
New Revision: 307122

URL: http://llvm.org/viewvc/llvm-project?rev=307122&view=rev
Log:
Add the missing triple to the test case added as part of r307120.


Modified:
    llvm/trunk/test/CodeGen/PowerPC/PR33636.ll

Modified: llvm/trunk/test/CodeGen/PowerPC/PR33636.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/PR33636.ll?rev=307122&r1=307121&r2=307122&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/PR33636.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/PR33636.ll Tue Jul  4 22:14:43 2017
@@ -1,6 +1,6 @@
 ; Just a test case for a crash reported in
 ; https://bugs.llvm.org/show_bug.cgi?id=33636
-; RUN: llc < %s | FileCheck %s
+; RUN: llc -mtriple=powerpc64le-unknown-unknown -mcpu=pwr8 < %s | FileCheck %s
 @g_225 = external unnamed_addr global i16, align 2
 @g_756 = external global [6 x i32], align 4
 @g_3456 = external global i32, align 4




More information about the llvm-commits mailing list