]> granicus.if.org Git - llvm/commitdiff
Forgot to add triple to test in r308513.
authorWolfgang Pieb <Wolfgang.Pieb@sony.com>
Wed, 19 Jul 2017 21:45:21 +0000 (21:45 +0000)
committerWolfgang Pieb <Wolfgang.Pieb@sony.com>
Wed, 19 Jul 2017 21:45:21 +0000 (21:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308527 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/debug-nodebug-crash.ll

index 44512e773c633aa9cad4435926e17293f02b5243..a957626ac37ddee1224cb9135ccf7044a3c8da33 100644 (file)
@@ -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,