[Lldb-commits] [PATCH] D67912: [LLDB] [PECOFF] Recognize arm64 executables
Saleem Abdulrasool via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Sep 23 09:03:22 PDT 2019
compnerd accepted this revision.
compnerd added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp:202
+ case MachineArm64:
+ spec.SetTriple("aarch64-pc-windows");
+ specs.Append(module_spec);
----------------
Please use `aarch64-unknown-windows`.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67912/new/
https://reviews.llvm.org/D67912
More information about the lldb-commits
mailing list