[all-commits] [llvm/llvm-project] c12a9f: [ELF] Correctly set the `nvptx` triple from `makeT...

Joseph Huber via All-commits all-commits at lists.llvm.org
Thu Jan 4 09:15:00 PST 2024


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

  Changed paths:
    M llvm/include/llvm/Object/ELFObjectFile.h

  Log Message:
  -----------
  [ELF] Correctly set the `nvptx` triple from `makeTriple()` (#76970)

Summary:
The ELFObject file should be able to handle `nvptx` objects but we
currently list them as unknown. This patch should now make it return
`nvptx64--` correctly.




More information about the All-commits mailing list