aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ELFObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/llvm/lib/ObjCopy/ELF/ELFObject.h')
-rw-r--r--contrib/llvm-project/llvm/lib/ObjCopy/ELF/ELFObject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ELFObject.h b/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ELFObject.h
index f33bbb029c9b..799db5034532 100644
--- a/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ELFObject.h
+++ b/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ELFObject.h
@@ -539,7 +539,7 @@ class CompressedSection : public SectionBase {
DebugCompressionType CompressionType;
uint64_t DecompressedSize;
uint64_t DecompressedAlign;
- SmallVector<char, 128> CompressedData;
+ SmallVector<uint8_t, 128> CompressedData;
public:
CompressedSection(const SectionBase &Sec,