From: Paul Robinson Date: Fri, 23 Feb 2018 16:36:48 +0000 (+0000) Subject: Revert "[Darwin] Add a test to check clang produces accelerator tables." X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c853ce68928900b3e2e06ab8c803af2319854d05;p=clang Revert "[Darwin] Add a test to check clang produces accelerator tables." This reverts commit 7e24e5f8bff77b7e78da3bfcc68abf42457a66c9. aka r325850. Clang should not have end-to-end tests. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@325920 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/debug-info-section-macho.c b/test/CodeGen/debug-info-section-macho.c deleted file mode 100644 index 3d870d7a27..0000000000 --- a/test/CodeGen/debug-info-section-macho.c +++ /dev/null @@ -1,16 +0,0 @@ -// Test that clang produces the __apple accelerator tables, -// e.g., __apple_types, correctly. -// RUN: %clang %s -target x86_64-apple-macosx10.13.0 -c -g -o %t-ex -// RUN: llvm-objdump -section-headers %t-ex | FileCheck %s - -int main (int argc, char const *argv[]) { return argc; } - -// CHECK: __debug_str -// CHECK-NEXT: __debug_abbrev -// CHECK-NEXT: __debug_info -// CHECK-NEXT: __debug_ranges -// CHECK-NEXT: __debug_macinfo -// CHECK-NEXT: __apple_names -// CHECK-NEXT: __apple_objc -// CHECK-NEXT: __apple_namespac -// CHECK-NEXT: __apple_types