This covers a few cases that aren't otherwise tested:
- Non-ascii symbol names are ordered.
- Comments, whitespace and blank lines are trimmed.
- Missing order files result in an error.
Differential D90933
[lld][ELF][test] Add additional --symbol-ordering-file testing jhenderson on Nov 6 2020, 5:59 AM. Authored by
Details This covers a few cases that aren't otherwise tested:
Diff Detail
Event Timeline
Comment Actions Have a minor question/suggestion. The rest LG.
|
Does it make sence to test the mix of different line endings? I.e windows ("\r\n") vs linux ("\n")