[lld] r300677 - Remove a redundant test.
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 19 04:34:55 PDT 2017
Author: ruiu
Date: Wed Apr 19 06:34:55 2017
New Revision: 300677
URL: http://llvm.org/viewvc/llvm-project?rev=300677&view=rev
Log:
Remove a redundant test.
We already have compress-debug-output.s, and that test should suffice
for the -compressed-debug-section option.
Removed:
lld/trunk/test/ELF/compress-debug-output-i386.s
Removed: lld/trunk/test/ELF/compress-debug-output-i386.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/compress-debug-output-i386.s?rev=300676&view=auto
==============================================================================
--- lld/trunk/test/ELF/compress-debug-output-i386.s (original)
+++ lld/trunk/test/ELF/compress-debug-output-i386.s (removed)
@@ -1,29 +0,0 @@
-# REQUIRES: x86
-# REQUIRES: zlib
-
-# RUN: llvm-mc -filetype=obj -triple=i386-pc-linux %s -o %t.o
-# RUN: ld.lld %t.o -o %t1 --compress-debug-sections=zlib
-
-# RUN: llvm-objdump -s %t1 | FileCheck %s --check-prefix=ZLIBCONTENT
-# ZLIBCONTENT: Contents of section .debug_str:
-# ZLIBCONTENT-NOT: AAAAAAAAA
-
-# RUN: llvm-readobj -s %t1 | FileCheck %s --check-prefix=ZLIBFLAGS
-# ZLIBFLAGS: Section {
-# ZLIBFLAGS: Index:
-# ZLIBFLAGS: Name: .debug_str
-# ZLIBFLAGS-NEXT: Type: SHT_PROGBITS
-# ZLIBFLAGS-NEXT: Flags [
-# ZLIBFLAGS-NEXT: SHF_COMPRESSED
-
-# RUN: llvm-dwarfdump %t1 -debug-dump=str | \
-# RUN: FileCheck %s --check-prefix=DEBUGSTR
-# DEBUGSTR: .debug_str contents:
-# DEBUGSTR-NEXT: AAAAAAAAAAAAAAAAAAAAAAAAAAA
-# DEBUGSTR-NEXT: BBBBBBBBBBBBBBBBBBBBBBBBBBB
-
-.section .debug_str,"MS", at progbits,1
-.Linfo_string0:
- .asciz "AAAAAAAAAAAAAAAAAAAAAAAAAAA"
-.Linfo_string1:
- .asciz "BBBBBBBBBBBBBBBBBBBBBBBBBBB"
More information about the llvm-commits
mailing list