[all-commits] [llvm/llvm-project] 280716: [OpenMP] Change amdgcn to amdgpu in device library...

Joseph Huber via All-commits all-commits at lists.llvm.org
Fri Feb 4 17:52:12 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 280716e75f76820f1c8b7c13812c96237dc4bcc5
      https://github.com/llvm/llvm-project/commit/280716e75f76820f1c8b7c13812c96237dc4bcc5
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2022-02-04 (Fri, 04 Feb 2022)

  Changed paths:
    M clang/docs/ClangCommandLineReference.rst
    M clang/include/clang/Driver/Options.td
    M clang/lib/Driver/ToolChains/CommonArgs.cpp
    R clang/test/Driver/Inputs/hip_dev_lib/libomptarget-amdgcn-gfx803.bc
    R clang/test/Driver/Inputs/hip_dev_lib/libomptarget-amdgcn-gfx906.bc
    A clang/test/Driver/Inputs/hip_dev_lib/libomptarget-amdgpu-gfx803.bc
    A clang/test/Driver/Inputs/hip_dev_lib/libomptarget-amdgpu-gfx906.bc
    M clang/test/Driver/amdgpu-openmp-toolchain.c

  Log Message:
  -----------
  [OpenMP] Change amdgcn to amdgpu in device library handling

Summary:
The name of the AMDGPU device library was changes. Previously it was
called 'libomptarget-amdgcn'. This patch changes fixes the tests to use
the new name of the library and adds a new flag with the same name.




More information about the All-commits mailing list