aboutsummaryrefslogtreecommitdiff
path: root/clang
diff options
context:
space:
mode:
authorFangrui Song <i@maskray.me>2023-11-17 01:13:38 -0800
committerFangrui Song <i@maskray.me>2023-11-17 01:13:38 -0800
commit76a441a6efa5b7e73d96a3d67512493f3873b1cb (patch)
tree473e7be3fae2e2f78411cc83633208738209a014 /clang
parentfd2d5add437b2b324492b1bc29374699fe7b614b (diff)
downloadllvm-76a441a6efa5b7e73d96a3d67512493f3873b1cb.zip
llvm-76a441a6efa5b7e73d96a3d67512493f3873b1cb.tar.gz
llvm-76a441a6efa5b7e73d96a3d67512493f3873b1cb.tar.bz2
[MC] Fix compression header size check in ELF writer
This is #66888 with a test. For MC we only use a zstd test, as zlib has a lot of versions/forks with different speed/size tradeoff, which would make the test more brittle. If clang/test/Misc/cc1as-compress.s turns out to be brittle, we could make the string longer.
Diffstat (limited to 'clang')
-rw-r--r--clang/test/Misc/cc1as-compress.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Misc/cc1as-compress.s b/clang/test/Misc/cc1as-compress.s
index 54563c3..4c81c5c 100644
--- a/clang/test/Misc/cc1as-compress.s
+++ b/clang/test/Misc/cc1as-compress.s
@@ -12,4 +12,4 @@
// ZSTD: 0000 02000000 00000000
.section .debug_str,"MS",@progbits,1
-.asciz "perfectly compressable data sample *****************************************"
+.asciz "perfectly compressable data sample ******************************************"