From 8a0240ddf2ed2ebec6fbeaba18a69e19b0abd7b5 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Wed, 21 May 2014 23:27:41 +0000 Subject: Revert "DebugInfo: Don't put fission type units in comdat sections." This reverts commit r208930, r208933, and r208975. It seems not all fission consumers are ready to handle this behavior. Reverting until tools are brought up to spec. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209338 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/X86/generate-odr-hash.ll | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'test/DebugInfo') diff --git a/test/DebugInfo/X86/generate-odr-hash.ll b/test/DebugInfo/X86/generate-odr-hash.ll index 7f4c99de2f..e713f14c4f 100644 --- a/test/DebugInfo/X86/generate-odr-hash.ll +++ b/test/DebugInfo/X86/generate-odr-hash.ll @@ -1,12 +1,10 @@ ; REQUIRES: object-emission -; RUN: llc < %s -o %t -filetype=obj -O0 -generate-type-units -mtriple=x86_64-unknown-linux-gnu +; RUN: llc %s -o %t -filetype=obj -O0 -generate-type-units -mtriple=x86_64-unknown-linux-gnu ; RUN: llvm-dwarfdump %t | FileCheck --check-prefix=CHECK --check-prefix=SINGLE %s -; RUN: llvm-readobj -s -t %t | FileCheck --check-prefix=OBJ_COMMON %s -; RUN: llc < %s -split-dwarf=Enable -o %t -filetype=obj -O0 -generate-type-units -mtriple=x86_64-unknown-linux-gnu +; RUN: llc %s -split-dwarf=Enable -o %t -filetype=obj -O0 -generate-type-units -mtriple=x86_64-unknown-linux-gnu ; RUN: llvm-dwarfdump %t | FileCheck --check-prefix=CHECK --check-prefix=FISSION %s -; RUN: llvm-readobj -s -t %t | FileCheck --check-prefix=OBJ_COMMON --check-prefix=OBJ_FISSION %s ; Generated from bar.cpp: @@ -163,20 +161,6 @@ ; CHECK-NEXT: [[FLUFFY]] "echidna::capybara::mongoose::fluffy" ; CHECK-NEXT: [[WALRUS]] "walrus" -; Make sure debug_types are in comdat groups. This could be more rigid to check -; that they're the right comdat groups (each type in a separate comdat group, -; etc) -; OBJ_COMMON: Name: .debug_types ( -; OBJ_COMMON-NOT: } -; OBJ_COMMON: SHF_GROUP - -; Fission type units don't go in comdat groups, since their linker is debug -; aware it's handled using the debug info semantics rather than raw ELF object -; semantics. -; OBJ_FISSION: Name: .debug_types.dwo ( -; OBJ_FISSION-NOT: SHF_GROUP -; OBJ_FISSION: } - %struct.bar = type { i8 } %"class.echidna::capybara::mongoose::fluffy" = type { i32, i32 } %"struct.::walrus" = type { i8 } -- cgit v1.2.3