[PATCH] D149091: [Object] Recognize ARM64EC binaries in COFFObjectFile::getMachine.
Jacek Caban via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 25 10:47:29 PDT 2023
jacek added a comment.
In D149091#4532352 <https://reviews.llvm.org/D149091#4532352>, @antmo wrote:
> Hi, I think this broke lldb-aarch64-windows : https://lab.llvm.org/buildbot/#/builders/219/builds/4366
> Could you please take a look at it?
I think I can see what's going on, sorry about that. Now that COFFObjectFile recognizes ARM64X, it reports that for system DLLs and lldb doesn't know what to do about them. I think that something like the attached patch should help, but I will need a bit to verify. F28439947: patch.diff <https://reviews.llvm.org/F28439947>
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149091/new/
https://reviews.llvm.org/D149091
More information about the llvm-commits
mailing list