[all-commits] [llvm/llvm-project] 482603: [LLDB][NVIDIA] Add NVPTX architecture support (#15...

Andrew Gontarek via All-commits all-commits at lists.llvm.org
Fri Sep 12 11:47:13 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4826039058aba304a874b07b67ecf59affa54a96
      https://github.com/llvm/llvm-project/commit/4826039058aba304a874b07b67ecf59affa54a96
  Author: Andrew Gontarek <agontarek at users.noreply.github.com>
  Date:   2025-09-12 (Fri, 12 Sep 2025)

  Changed paths:
    M lldb/include/lldb/Utility/ArchSpec.h
    M lldb/source/Utility/ArchSpec.cpp

  Log Message:
  -----------
  [LLDB][NVIDIA] Add NVPTX architecture support (#158334)

- Introduced a new method `IsNVPTX()` in `ArchSpec` to check for NVPTX
architecture.
- Implemented the corresponding method in `ArchSpec.cpp` to utilize the
existing triple architecture checks.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list