From 3466fb11b70e5512fe15c94b8da99596e69c39cf Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 30 Jul 2013 00:20:06 +0000 Subject: [PATCH] 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 --- test/DebugInfo/{ => X86}/generate-odr-hash.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/DebugInfo/{ => X86}/generate-odr-hash.ll (99%) diff --git a/test/DebugInfo/generate-odr-hash.ll b/test/DebugInfo/X86/generate-odr-hash.ll similarity index 99% rename from test/DebugInfo/generate-odr-hash.ll rename to test/DebugInfo/X86/generate-odr-hash.ll index acfc33b4b0d..956d3f6e728 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: -- 2.34.1