[all-commits] [llvm/llvm-project] 0ab09a: [test][lld-macho] Improve LC_FUNCTION_STARTS test ...
Keith Smiley via All-commits
all-commits at lists.llvm.org
Sun Jan 30 09:59:23 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0ab09a9009b6e65b4ed5b982eb4291244857bc11
https://github.com/llvm/llvm-project/commit/0ab09a9009b6e65b4ed5b982eb4291244857bc11
Author: Keith Smiley <keithbsmiley at gmail.com>
Date: 2022-01-30 (Sun, 30 Jan 2022)
Changed paths:
M lld/test/MachO/function-starts.s
Log Message:
-----------
[test][lld-macho] Improve LC_FUNCTION_STARTS test coverage
Previously functions that aren't included in the symtab were also
excluded from the function starts. Symbols missing from function starts
degrades the debugger experience in the case you don't have debug info
for them.
Differential Revision: https://reviews.llvm.org/D114275
More information about the All-commits
mailing list