]> granicus.if.org Git - llvm/commitdiff
Use a fixed target triple to s to appease windows bots
authorAdrian Prantl <aprantl@apple.com>
Mon, 12 Jun 2017 23:47:27 +0000 (23:47 +0000)
committerAdrian Prantl <aprantl@apple.com>
Mon, 12 Jun 2017 23:47:27 +0000 (23:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305252 91177308-0d34-0410-b5e6-96231b3b80d8

test/DebugInfo/X86/double-declare.ll [moved from test/DebugInfo/Generic/double-declare.ll with 93% similarity]

similarity index 93%
rename from test/DebugInfo/Generic/double-declare.ll
rename to test/DebugInfo/X86/double-declare.ll
index 6111d0bd41d23bad092befe41ced2c37a5db3c29..8ed4319b323a51248926bb9a8ebc841d613add02 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: %llc_dwarf -O0 -filetype=obj -o - < %s | llvm-dwarfdump -debug-dump=info - | FileCheck %s
+; RUN: llc -mtriple=x86_64-apple-darwin -O0 -filetype=obj -o - < %s | llvm-dwarfdump -debug-dump=info - | FileCheck %s
 ; PR33157. Don't crash on duplicate dbg.declare.
 ; CHECK: DW_TAG_formal_parameter
 ; CHECK: DW_AT_location [DW_FORM_exprloc]