From c8c82dc1cce927d3096243a4514a84c5d75f4d24 Mon Sep 17 00:00:00 2001 From: Elena Demikhovsky Date: Thu, 14 Feb 2013 08:23:08 +0000 Subject: [PATCH] The test failed on Windows. I've changed the platform to run to "x86_64-apple-darwin". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175146 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/line-info.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/DebugInfo/line-info.ll b/test/DebugInfo/line-info.ll index 419098d223d..92dd0724a80 100644 --- a/test/DebugInfo/line-info.ll +++ b/test/DebugInfo/line-info.ll @@ -1,4 +1,4 @@ -; RUN: llc -filetype=obj -O0 < %s > %t +; RUN: llc -mtriple=x86_64-apple-darwin -filetype=obj -O0 < %s > %t ; RUN: llvm-dwarfdump %t | FileCheck %s ; CHECK: 2 0 1 0 is_stmt -- 2.34.1