JDevlieghere added inline comments.
================
Comment at:
lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp:584
+ triple.setArchName("arm64");
+ target_arch.SetTriple(triple);
+ target.SetArchitecture(target_arch, /*set_platform=*/false,
----------------
Why can't you set the `target_arch` to
`exe_module_sp->GetArchitecture().GetTriple()`?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133069/new/
https://reviews.llvm.org/D133069
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits