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 | 3466fb11b70e5512fe15c94b8da99596e69c39cf (patch) | |
tree | 05ceb65694e9dae20505f64e6ab3a9e8cd47edc2 | |
parent | 86aa03d5f991959299821ba45d476e2c51427139 (diff) | |
download | external_llvm-3466fb11b70e5512fe15c94b8da99596e69c39cf.zip external_llvm-3466fb11b70e5512fe15c94b8da99596e69c39cf.tar.gz external_llvm-3466fb11b70e5512fe15c94b8da99596e69c39cf.tar.bz2 |
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
-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 acfc33b..956d3f6 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: |