[Lldb-commits] [PATCH] D148752: lldb: Fix usage of sve functions on arm64

Manoj Gupta via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 20 08:57:59 PDT 2023


manojgupta added a comment.

I am building on ChromeOS. We only have headers from linux kernel 4.14 available in our build system (The actual running kernel could be a higher version).
But given these functions/struct definitions (sve::<foo>) are already available and used, why are they not used consistently?

e.g. https://source.chromium.org/chromium/external/github.com/llvm/llvm-project/+/main:lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp;l=99
already uses sve::vl_valid and there are uses of sve::user_sve_header as well.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148752/new/

https://reviews.llvm.org/D148752



More information about the lldb-commits mailing list