llvm-capstone/lldb
Manoj Gupta be5f35e24f 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
2023-04-27 14:59:49 -07:00
..
bindings [lldb][NFCI] Remove unused swig macros 2023-04-25 16:47:00 -07:00
cmake [LLDB] Ensure LLDB symbols are exported in LLDB_EXPORT_ALL_SYMBOLS is provided. 2023-04-03 15:41:02 -05:00
docs [LLDB][docs] Remove outdated list of Buildbots 2023-04-13 08:53:06 +00:00
examples [lldb] Improve breakpoint management for interactive scripted process 2023-04-25 15:03:15 -07:00
include/lldb [lldb] Create a way to force remove commands 2023-04-26 19:31:19 -05:00
packages/Python/lldbsuite [lldb/test] Update lldbutil.fetch_next_event to match broadcaster class 2023-04-25 15:03:45 -07:00
resources [lldb][NFC] Remove copy of debugserver entitlements plist 2023-01-31 12:58:37 -08:00
scripts [lldb] Update QEMU git URL in setup.sh 2023-04-21 14:31:39 +00:00
source lldb: Fix usage of sve functions on arm64 2023-04-27 14:59:49 -07:00
test Fix CI failure - this depended on constants only defined on arm64 macs 2023-04-26 15:45:29 -07:00
third_party/Python/module [lldb] Remove legacy six module for py2->py3 2023-01-24 19:46:26 -08:00
tools Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""" 2023-04-15 20:12:24 +02:00
unittests [lldb] Change return type of FileSpec::GetFileNameExtension 2023-04-26 15:56:29 -07:00
utils [NFC][TargetParser] Replace uses of llvm/Support/Host.h 2023-02-10 09:59:46 +00:00
.clang-format
.clang-tidy [LLDB] Applying clang-tidy modernize-use-override over LLDB 2022-04-22 13:29:47 -07:00
.gitignore
CMakeLists.txt Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""" 2023-04-15 20:12:24 +02:00
CODE_OWNERS.txt [lldb] Add entry to code owner 2023-04-25 23:15:07 -07:00
LICENSE.TXT
use_lldb_suite_root.py