[llvm] 9f0d533 - [MC][test] Rename two --compress-debug-sections=zlib tests
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 28 10:58:00 PDT 2022
Author: Fangrui Song
Date: 2022-07-28T10:57:56-07:00
New Revision: 9f0d5330bd24ac226531ccda4544f94d7e2c18cd
URL: https://github.com/llvm/llvm-project/commit/9f0d5330bd24ac226531ccda4544f94d7e2c18cd
DIFF: https://github.com/llvm/llvm-project/commit/9f0d5330bd24ac226531ccda4544f94d7e2c18cd.diff
LOG: [MC][test] Rename two --compress-debug-sections=zlib tests
To be clearer when zstd support is added.
Added:
llvm/test/MC/ELF/compress-debug-sections-zlib-unavailable.s
llvm/test/MC/ELF/compress-debug-sections-zlib.s
Modified:
Removed:
llvm/test/MC/ELF/compression.s
llvm/test/MC/ELF/nocompression.s
################################################################################
diff --git a/llvm/test/MC/ELF/nocompression.s b/llvm/test/MC/ELF/compress-debug-sections-zlib-unavailable.s
similarity index 100%
rename from llvm/test/MC/ELF/nocompression.s
rename to llvm/test/MC/ELF/compress-debug-sections-zlib-unavailable.s
diff --git a/llvm/test/MC/ELF/compression.s b/llvm/test/MC/ELF/compress-debug-sections-zlib.s
similarity index 100%
rename from llvm/test/MC/ELF/compression.s
rename to llvm/test/MC/ELF/compress-debug-sections-zlib.s
More information about the llvm-commits
mailing list