diff options
| author | Eric Christopher <echristo@gmail.com> | 2013-07-30 00:20:06 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2013-07-30 00:20:06 +0000 |
| commit | 4ed04e2ee37da773927ec43755ce263e0c69a634 (patch) | |
| tree | d9d299fd1d622bd0a06d52c8249b30a645c3fb1b /llvm | |
| parent | e414ece79a35f4dd449ecc510e414e8e29178bcf (diff) | |
| download | bcm5719-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: |

