[llvm] Allow the dumping of .dwo files contents to show up when dumping an e… (PR #66726)
Greg Clayton via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 12 15:04:20 PST 2024
clayborg wrote:
Some buildbots were failing after this due to x86_64 target not being enabled. Fixed with:
commit dc1e2790e476499f6007efcd73ab9d648bfc48bb (HEAD -> main, origin/main, origin/HEAD)
Author: Greg Clayton <clayborg at gmail.com>
Date: Fri Jan 12 15:02:41 2024 -0800
Fix buildbots after #66726.
Some builds don't enable the x86_64 target, so we sometimes don't see register names in DWARF output.
https://github.com/llvm/llvm-project/pull/66726
More information about the llvm-commits
mailing list