From: Wolfgang Pieb Date: Wed, 19 Jul 2017 21:45:21 +0000 (+0000) Subject: Forgot to add triple to test in r308513. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65e39f87d079b94d75d3492ed9845f6f6d524567;p=llvm Forgot to add triple to test in r308513. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308527 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/debug-nodebug-crash.ll b/test/CodeGen/X86/debug-nodebug-crash.ll index 44512e773c6..a957626ac37 100644 --- a/test/CodeGen/X86/debug-nodebug-crash.ll +++ b/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,