[llvm] r308527 - Forgot to add triple to test in r308513.

Wolfgang Pieb via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 19 14:45:21 PDT 2017


Author: wolfgangp
Date: Wed Jul 19 14:45:21 2017
New Revision: 308527

URL: http://llvm.org/viewvc/llvm-project?rev=308527&view=rev
Log:
Forgot to add triple to test in r308513.

Modified:
    llvm/trunk/test/CodeGen/X86/debug-nodebug-crash.ll

Modified: llvm/trunk/test/CodeGen/X86/debug-nodebug-crash.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/debug-nodebug-crash.ll?rev=308527&r1=308526&r2=308527&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/debug-nodebug-crash.ll (original)
+++ llvm/trunk/test/CodeGen/X86/debug-nodebug-crash.ll Wed Jul 19 14:45:21 2017
@@ -1,4 +1,4 @@
-;RUN: llc < %s | FileCheck %s
+;RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu | FileCheck %s
 ;
 ; LexicalScope objects were not cleared when a nodebug function is handled in
 ; LiveDebugValues. This may lead to an assertion in the constructor for LexicalScope,




More information about the llvm-commits mailing list