[all-commits] [llvm/llvm-project] d86b00: [libomptarget][amdgpu][nfc] Fix build warnings, dr...

Jon Chesterfield via All-commits all-commits at lists.llvm.org
Wed Jun 30 14:23:53 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d86b0073cf283849ef9beaa94efe13fef1a0a615
      https://github.com/llvm/llvm-project/commit/d86b0073cf283849ef9beaa94efe13fef1a0a615
  Author: Jon Chesterfield <jonathanchesterfield at gmail.com>
  Date:   2021-06-30 (Wed, 30 Jun 2021)

  Changed paths:
    M openmp/libomptarget/plugins/amdgpu/impl/atmi.cpp
    M openmp/libomptarget/plugins/amdgpu/impl/data.cpp
    M openmp/libomptarget/plugins/amdgpu/impl/internal.h
    M openmp/libomptarget/plugins/amdgpu/impl/rt.h
    M openmp/libomptarget/plugins/amdgpu/impl/system.cpp
    M openmp/libomptarget/plugins/amdgpu/impl/utils.cpp
    M openmp/libomptarget/plugins/amdgpu/src/rtl.cpp

  Log Message:
  -----------
  [libomptarget][amdgpu][nfc] Fix build warnings, drop some headers

Removes stdarg header, drops uses of iostream, fix some format string errors.
Also changes a C style struct to C++ style to avoid a warning from clang/

Reviewed By: pdhaliwal

Differential Revision: https://reviews.llvm.org/D104923




More information about the All-commits mailing list