Skip to content

Commit 3647999

Browse files
authored
Merge pull request #3443 from adrian-prantl/sve6
Work around outdated system header files on Amazon Linux (6)
2 parents 42b122b + 741bf6b commit 3647999

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -409,11 +409,9 @@ Status NativeRegisterContextLinux_arm64::WriteRegister(
409409
if (m_sve_header_is_valid && vg_value == GetSVERegVG())
410410
return error;
411411
}
412-
#endif
412+
#endif
413413
return Status("SVE vector length update failed.");
414-
#if LLDB_HAVE_USER_SVE_HEADER
415414
}
416-
#endif
417415

418416
// If target supports SVE but currently in FPSIMD mode.
419417
if (m_sve_state == SVEState::FPSIMD) {

0 commit comments

Comments
 (0)