Ryan Mansfield a746fe561c
[llvm-objdump] Fix --source with --macho flag (#163810)
The --source option was broken when using the --macho flag because
DisassembleMachO() only initialized debug info when UseDbg was true, and
would return early if no dSYM was found.
2025-10-22 12:10:26 -07:00
..