From f828e82891fe49152f24b7a6cb8145a07271f573 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Thu, 2 Jan 2014 18:48:24 +0000 Subject: Revert "Debug info: Add enumerators to the __apple_names accelerator table." This reverts r197927 until the discussion on llvm-commits comes to a conclusion. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198333 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/X86/enum-class.ll | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'test/DebugInfo/X86') diff --git a/test/DebugInfo/X86/enum-class.ll b/test/DebugInfo/X86/enum-class.ll index e027f9a1a1..a31e254c24 100644 --- a/test/DebugInfo/X86/enum-class.ll +++ b/test/DebugInfo/X86/enum-class.ll @@ -1,17 +1,6 @@ ; RUN: llc -O0 -mtriple=x86_64-apple-darwin %s -o %t -filetype=obj ; RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s -; Also test that the enumerators show up in the __apple_names accelerator table. -; RUN: llc -O0 -mtriple=x86_64-apple-darwin -filetype=asm < %s -o - | FileCheck --check-prefix=ACCEL-CHECK %s -; ACCEL-CHECK: .section __DWARF,__apple_names,regular,debug -; ACCEL-CHECK-NOT: .section -; ACCEL-CHECK: A1 -; ACCEL-CHECK-NOT: .section -; ACCEL-CHECK: C1 -; ACCEL-CHECK-NOT: .section -; ACCEL-CHECK: B1 - - @a = global i32 0, align 4 @b = global i64 0, align 8 @c = global i32 0, align 4 -- cgit v1.2.3