[lld] [lld][COFF][NFC] Store pdata range as ChunkRange. (PR #74024)

Saleem Abdulrasool via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 30 18:56:34 PST 2023


================
@@ -311,7 +315,7 @@ class Writer {
   OutputSection *ctorsSec;
   OutputSection *dtorsSec;
 
-  // The first and last .pdata sections in the output file.
+  // The range or .pdata sections in the output file.
----------------
compnerd wrote:

Did you intend this to be "range of"?

https://github.com/llvm/llvm-project/pull/74024


More information about the llvm-commits mailing list