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

Ellis Hoag via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 26 15:57:49 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
----------------
ellishg wrote:

That's a good idea, but unfortunately we can't tell if an orderfile contains cstrings or just normal symbols without looking at the file itself. They both use the same `-order_file` flag.

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


More information about the llvm-commits mailing list