summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-07-04 11:58:03 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-07-04 11:58:03 +0000
commit91e9f4d6f81629a32696802b809f4cf679634826 (patch)
tree075d6d40ff4b905311d6117997340b8fb8826856 /llvm
parent9e5b987642d1658836152a28e53aa2be5419bbf9 (diff)
downloadbcm5719-llvm-91e9f4d6f81629a32696802b809f4cf679634826.tar.gz
bcm5719-llvm-91e9f4d6f81629a32696802b809f4cf679634826.zip
llvm/test/CodeGen/XCore/dwarf_debug.ll: Fix not to be affected by *-win32.
llvm-svn: 212335
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/XCore/dwarf_debug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/XCore/dwarf_debug.ll b/llvm/test/CodeGen/XCore/dwarf_debug.ll
index 65907c2aaed..2f4b23111bb 100644
--- a/llvm/test/CodeGen/XCore/dwarf_debug.ll
+++ b/llvm/test/CodeGen/XCore/dwarf_debug.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=xcore -O0 | FileCheck %s
+; RUN: llc < %s -mtriple=xcore-unknown-unknown -O0 | FileCheck %s
; target datalayout = "e-m:e-p:32:32-i1:8:32-i8:8:32-i16:16:32-i64:32-f64:32-a:0:32-n32"
; target triple = "xcore"
OpenPOWER on IntegriCloud