From 873f83571d18b21960b1fb2ff8582a8f1d251dd9 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Wed, 22 Mar 2017 17:15:03 +0000 Subject: [PATCH] Fix testcase on windows. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298521 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/X86/single-fi.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/DebugInfo/X86/single-fi.ll b/test/DebugInfo/X86/single-fi.ll index 6941bff4dde..1de4a3bac59 100644 --- a/test/DebugInfo/X86/single-fi.ll +++ b/test/DebugInfo/X86/single-fi.ll @@ -1,4 +1,4 @@ -; RUN: %llc_dwarf -march=x86-64 -o - %s -filetype=obj \ +; RUN: llc -mtriple=x86_64-apple-darwin -o - %s -filetype=obj \ ; RUN: | llvm-dwarfdump -debug-dump=info - | FileCheck %s ; A single FI location. This used to trigger an assertion in debug libstdc++. ; CHECK: DW_TAG_formal_parameter -- 2.50.1