summaryrefslogtreecommitdiff
path: root/test/DebugInfo
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-07-30 00:20:06 +0000
committerEric Christopher <echristo@gmail.com>2013-07-30 00:20:06 +0000
commit3466fb11b70e5512fe15c94b8da99596e69c39cf (patch)
tree05ceb65694e9dae20505f64e6ab3a9e8cd47edc2 /test/DebugInfo
parent86aa03d5f991959299821ba45d476e2c51427139 (diff)
downloadllvm-3466fb11b70e5512fe15c94b8da99596e69c39cf.tar.gz
llvm-3466fb11b70e5512fe15c94b8da99596e69c39cf.tar.bz2
llvm-3466fb11b70e5512fe15c94b8da99596e69c39cf.tar.xz
Move file to X86 and add a triple to fix darwin bots for now.
The problem is due to the section name being explicitly mentioned in the IR and differing between the two platforms. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187394 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo')
-rw-r--r--test/DebugInfo/X86/generate-odr-hash.ll (renamed from test/DebugInfo/generate-odr-hash.ll)2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/generate-odr-hash.ll b/test/DebugInfo/X86/generate-odr-hash.ll
index acfc33b4b0..956d3f6e72 100644
--- a/test/DebugInfo/generate-odr-hash.ll
+++ b/test/DebugInfo/X86/generate-odr-hash.ll
@@ -1,6 +1,6 @@
; REQUIRES: object-emission
-; RUN: llc %s -o %t -filetype=obj -O0 -generate-odr-hash
+; RUN: llc %s -o %t -filetype=obj -O0 -generate-odr-hash -mtriple=x86_64-unknown-linux-gnu
; RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s
;
; Generated from: