Forgot to add triple to test in r308513.
llvm-svn: 308527
diff --git a/llvm/test/CodeGen/X86/debug-nodebug-crash.ll b/llvm/test/CodeGen/X86/debug-nodebug-crash.ll
index 44512e7..a957626 100644
--- a/llvm/test/CodeGen/X86/debug-nodebug-crash.ll
+++ b/llvm/test/CodeGen/X86/debug-nodebug-crash.ll
@@ -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,