[all-commits] [llvm/llvm-project] 5e3269: [libc] Use LLVM CommandLine for loader tool (#101501)

Joseph Huber via All-commits all-commits at lists.llvm.org
Thu Aug 1 12:07:50 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5e326983b620507940816f4c30ab4d80fa6250ad
      https://github.com/llvm/llvm-project/commit/5e326983b620507940816f4c30ab4d80fa6250ad
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2024-08-01 (Thu, 01 Aug 2024)

  Changed paths:
    M libc/utils/gpu/loader/CMakeLists.txt
    M libc/utils/gpu/loader/Loader.h
    M libc/utils/gpu/loader/Main.cpp
    M libc/utils/gpu/loader/amdgpu/amdhsa-loader.cpp
    M libc/utils/gpu/loader/nvptx/nvptx-loader.cpp

  Log Message:
  -----------
  [libc] Use LLVM CommandLine for loader tool (#101501)

Summary:
This patch removes the ad-hoc parsing that I used previously and
replaces it with the LLVM CommnadLine interface. This doesn't change any
functionality, but makes it easier to maintain.



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