[lld] [lld][macho] Rename test to fix spelling (PR #160938)

Vincent Lee via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 26 15:41:08 PDT 2025


================
@@ -1687,6 +1687,9 @@ void CStringSection::writeTo(uint8_t *buf) const {
 
 void CStringSection::finalizeContents() {
   uint64_t offset = 0;
+  // TODO: Call buildCStringPriorities() to support cstring ordering when
----------------
thevinster wrote:

Aside from the comment, would it make sense to log this information to the user if deduplication is not enabled and c-string ordering is specified? 

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


More information about the llvm-commits mailing list