Skip to content

Commit daff663

Browse files
committed
[lld][macho] Rename test to fix spelling
1 parent 26e370b commit daff663

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

lld/MachO/SyntheticSections.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1687,6 +1687,9 @@ void CStringSection::writeTo(uint8_t *buf) const {
16871687

16881688
void CStringSection::finalizeContents() {
16891689
uint64_t offset = 0;
1690+
// TODO: Call buildCStringPriorities() to support cstring ordering when
1691+
// deduplication is off, although this may negatively impact build
1692+
// performance.
16901693
for (CStringInputSection *isec : inputs) {
16911694
for (const auto &[i, piece] : llvm::enumerate(isec->pieces)) {
16921695
if (!piece.live)

0 commit comments

Comments
 (0)