From: NAKAMURA Takumi Date: Fri, 4 Jul 2014 11:58:03 +0000 (+0000) Subject: llvm/test/CodeGen/XCore/dwarf_debug.ll: Fix not to be affected by *-win32. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f3f355dd959b95e0602c5cc460a77c7f6ce280ce;p=oota-llvm.git llvm/test/CodeGen/XCore/dwarf_debug.ll: Fix not to be affected by *-win32. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212335 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/XCore/dwarf_debug.ll b/test/CodeGen/XCore/dwarf_debug.ll index 65907c2aaed..2f4b23111bb 100644 --- a/test/CodeGen/XCore/dwarf_debug.ll +++ b/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"