From fd56f3c91a7bfd9835292b4a95ffbe1adca4a650 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Thu, 12 Aug 2010 00:17:38 +0000 Subject: [PATCH] This is x86 only test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110887 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/2010-08-10-DbgConstant.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/2010-08-10-DbgConstant.ll b/test/CodeGen/X86/2010-08-10-DbgConstant.ll index ed94579137f..d98ef14e108 100644 --- a/test/CodeGen/X86/2010-08-10-DbgConstant.ll +++ b/test/CodeGen/X86/2010-08-10-DbgConstant.ll @@ -1,4 +1,4 @@ -; RUN: llc -O0 < %s | FileCheck %s +; RUN: llc -march=x86 -O0 < %s | FileCheck %s ; CHECK: DW_TAG_constant ; CHECK-NEXT: ascii "ro" #{{#?}} DW_AT_name -- 2.34.1