[llvm] 6189174 - Remove testing for zlib-gnu llvm-mc support in the absence of zlib

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 14 15:55:56 PDT 2022


Author: David Blaikie
Date: 2022-07-14T22:55:47Z
New Revision: 61891748f5120d64a3de9631b2851f1bc42ba50a

URL: https://github.com/llvm/llvm-project/commit/61891748f5120d64a3de9631b2851f1bc42ba50a
DIFF: https://github.com/llvm/llvm-project/commit/61891748f5120d64a3de9631b2851f1bc42ba50a.diff

LOG: Remove testing for zlib-gnu llvm-mc support in the absence of zlib

Added: 
    

Modified: 
    llvm/test/MC/ELF/nocompression.s

Removed: 
    


################################################################################
diff  --git a/llvm/test/MC/ELF/nocompression.s b/llvm/test/MC/ELF/nocompression.s
index 4da97a05cfd7..31391582ec2d 100644
--- a/llvm/test/MC/ELF/nocompression.s
+++ b/llvm/test/MC/ELF/nocompression.s
@@ -1,5 +1,4 @@
 // REQUIRES: !zlib
 // RUN: not llvm-mc -filetype=obj -compress-debug-sections=zlib -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
-// RUN: not llvm-mc -filetype=obj -compress-debug-sections=zlib-gnu -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s
 
 // CHECK: llvm-mc{{[^:]*}}: error: build tools with zlib to enable -compress-debug-sections


        


More information about the llvm-commits mailing list