[llvm] r298521 - Fix testcase on windows.

Adrian Prantl via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 22 10:15:03 PDT 2017


Author: adrian
Date: Wed Mar 22 12:15:03 2017
New Revision: 298521

URL: http://llvm.org/viewvc/llvm-project?rev=298521&view=rev
Log:
Fix testcase on windows.

Modified:
    llvm/trunk/test/DebugInfo/X86/single-fi.ll

Modified: llvm/trunk/test/DebugInfo/X86/single-fi.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/single-fi.ll?rev=298521&r1=298520&r2=298521&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/single-fi.ll (original)
+++ llvm/trunk/test/DebugInfo/X86/single-fi.ll Wed Mar 22 12:15:03 2017
@@ -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




More information about the llvm-commits mailing list