From: Benjamin Kramer Date: Sat, 15 Mar 2014 23:01:29 +0000 (+0000) Subject: Use a fixed subtarget for test so atom scheduling can't change the addresses this... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d5452e386c7da84abbea7f78dd53cd671acd2b0b;p=oota-llvm.git Use a fixed subtarget for test so atom scheduling can't change the addresses this test relies on. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204014 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/DebugInfo/X86/discriminator.ll b/test/DebugInfo/X86/discriminator.ll index df025bc9a35..aafdae1626d 100644 --- a/test/DebugInfo/X86/discriminator.ll +++ b/test/DebugInfo/X86/discriminator.ll @@ -1,4 +1,4 @@ -; RUN: llc -mtriple=i386-unknown-unknown %s -o %t -filetype=obj +; RUN: llc -mtriple=i386-unknown-unknown -mcpu=core2 %s -o %t -filetype=obj ; RUN: llvm-dwarfdump -debug-dump=line %t | FileCheck %s ; ; Generated from: