summaryrefslogtreecommitdiffstats
path: root/llvm
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
commit4ed04e2ee37da773927ec43755ce263e0c69a634 (patch)
treed9d299fd1d622bd0a06d52c8249b30a645c3fb1b /llvm
parente414ece79a35f4dd449ecc510e414e8e29178bcf (diff)
downloadbcm5719-llvm-4ed04e2ee37da773927ec43755ce263e0c69a634.tar.gz
bcm5719-llvm-4ed04e2ee37da773927ec43755ce263e0c69a634.zip
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. llvm-svn: 187394
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/DebugInfo/X86/generate-odr-hash.ll (renamed from llvm/test/DebugInfo/generate-odr-hash.ll)2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/generate-odr-hash.ll b/llvm/test/DebugInfo/X86/generate-odr-hash.ll
index acfc33b4b0d..956d3f6e728 100644
--- a/llvm/test/DebugInfo/generate-odr-hash.ll
+++ b/llvm/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:
OpenPOWER on IntegriCloud