Commit 727ce02
authored
[lld][macho] Rename test to fix spelling (llvm#160938)
The test name had a typo from
llvm#140307. Fix it.
I realized cstring ordering is not supported when string deduplication
is turned off. We could easily call `buildCStringPriorities()` in
`CStringSection::finalizeContents()`, but I worry it might harm build
performance since it creates multiple vectors and searches though maps.
If users are not deduplicating strings, they probably won't care to
order them, but it would be good to support this.1 parent e925e52 commit 727ce02
File tree
2 files changed
+3
-0
lines changed- lld
- MachO
- test/MachO
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1687 | 1687 | | |
1688 | 1688 | | |
1689 | 1689 | | |
| 1690 | + | |
| 1691 | + | |
| 1692 | + | |
1690 | 1693 | | |
1691 | 1694 | | |
1692 | 1695 | | |
| |||
File renamed without changes.
0 commit comments