mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 21:53:12 +08:00
Re-enable 'process save-core' for arm64 targets.
Whatever problem I saw that caused me to disable this initially is not a problem today. <rdar://problem/21173317> <rdar://problem/20266253> llvm-svn: 240737
This commit is contained in:
@@ -5675,11 +5675,7 @@ ObjectFileMachO::SaveCore (const lldb::ProcessSP &process_sp,
|
||||
bool make_core = false;
|
||||
switch (target_arch.GetMachine())
|
||||
{
|
||||
// arm64 core file writing is having some problem with writing down the
|
||||
// dyld shared images info struct and/or the main executable binary. May
|
||||
// turn out to be a debugserver problem, not sure yet.
|
||||
// case llvm::Triple::aarch64:
|
||||
|
||||
case llvm::Triple::aarch64:
|
||||
case llvm::Triple::arm:
|
||||
case llvm::Triple::x86:
|
||||
case llvm::Triple::x86_64:
|
||||
|
||||
Reference in New Issue
Block a user