lldb: Fix usage of sve functions on arm64
authorManoj Gupta <manojgupta@google.com>
Wed, 19 Apr 2023 22:49:17 +0000 (15:49 -0700)
committerManoj Gupta <manojgupta@google.com>
Thu, 27 Apr 2023 21:59:49 +0000 (14:59 -0700)
commitbe5f35e24f4c15caf3c4aeccddc54c52560c28a0
treea10714bbc3776953a57e02b543b8985fec691d8b
parent17cfd2e025cb3aa929ad219c6ed0974d6198bf5b
lldb: Fix usage of sve functions on arm64

Use correct internal sve functions for arm64.
Otherwise, when cross-compling lld for AArch64 there are build
errors like:
NativeRegisterContextLinux_arm64.cpp:936:11:
   error: use of undeclared identifier 'sve_vl_valid
NativeRegisterContextLinux_arm64.cpp:63:28:
    error: variable has incomplete type 'struct user_sve_header'

Reviewed By: omjavaid

Differential Revision: https://reviews.llvm.org/D148752
lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp