diff --git a/lld/ELF/InputSection.h b/lld/ELF/InputSection.h index 7ddc43916a0f..70bbe4975a38 100644 --- a/lld/ELF/InputSection.h +++ b/lld/ELF/InputSection.h @@ -278,7 +278,7 @@ public: // Splittable sections are handled as a sequence of data // rather than a single large blob of data. - std::vector pieces; + SmallVector pieces; // Returns I'th piece's data. This function is very hot when // string merging is enabled, so we want to inline.