From: Alexey Samsonov Date: Wed, 20 May 2015 17:01:06 +0000 (+0000) Subject: Temporary delete the test while we're investigating crashes in LLVMObject it causes. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=1563a4a416a14a21925e63bd06f850f45e5971f4;p=oota-llvm.git Temporary delete the test while we're investigating crashes in LLVMObject it causes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@237809 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/DebugInfo/Inputs/dwarfdump-test-dwz.elf-x86-64 b/test/DebugInfo/Inputs/dwarfdump-test-dwz.elf-x86-64 deleted file mode 100755 index 937961b59be..00000000000 Binary files a/test/DebugInfo/Inputs/dwarfdump-test-dwz.elf-x86-64 and /dev/null differ diff --git a/test/DebugInfo/Inputs/dwarfdump-test.elf-x86-64.dwz b/test/DebugInfo/Inputs/dwarfdump-test.elf-x86-64.dwz deleted file mode 100644 index 32db372fcda..00000000000 Binary files a/test/DebugInfo/Inputs/dwarfdump-test.elf-x86-64.dwz and /dev/null differ diff --git a/test/DebugInfo/dwarfdump-dwz.test b/test/DebugInfo/dwarfdump-dwz.test deleted file mode 100644 index e5f67ebe487..00000000000 --- a/test/DebugInfo/dwarfdump-dwz.test +++ /dev/null @@ -1,14 +0,0 @@ -; RUN: llvm-dwarfdump %p/Inputs/dwarfdump-test-dwz.elf-x86-64 -debug-dump=info | FileCheck %s -check-prefix DUMP_INFO - -; DUMP_INFO: .debug_info -; DUMP_INFO: DW_TAG_compile_unit [2] * -; DUMP_INFO-NEXT: DW_AT_producer [DW_FORM_GNU_strp_alt] (alt indirect string, offset: 0x0) -; DUMP_INFO-NEXT: DW_AT_language [DW_FORM_data2] (DW_LANG_C_plus_plus) -; DUMP_INFO-NEXT: DW_AT_name [DW_FORM_GNU_strp_alt] (alt indirect string, offset: 0x31) -; DUMP_INFO-NEXT: DW_AT_low_pc [DW_FORM_addr] (0x0000000000000000) -; DUMP_INFO-NEXT: DW_AT_stmt_list [DW_FORM_data4] (0x00000000) -; DUMP_INFO-NEXT: DW_AT_comp_dir [DW_FORM_GNU_strp_alt] (alt indirect string, offset: 0x6b) - -; DUMP_INFO: DW_TAG_imported_unit [4] -; DUMP_INFO-NEXT: DW_AT_import [DW_FORM_GNU_ref_alt] () -