diff options
-rw-r--r-- | llvm/test/MC/ELF/nocompression.s | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/MC/ELF/nocompression.s b/llvm/test/MC/ELF/nocompression.s index e7b01f7ad47..1b535fde758 100644 --- a/llvm/test/MC/ELF/nocompression.s +++ b/llvm/test/MC/ELF/nocompression.s @@ -1,4 +1,5 @@ -// RUN: not llvm-mc -filetype=obj -compress-debug-sections -triple x86_64-pc-linux-gnu %s -o - 2>&1 | FileCheck %s +// 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 // REQUIRES: nozlib |