[all-commits] [llvm/llvm-project] 33e249: [libomptarget][amdgpu][nfc] Fix build on centos

Jon Chesterfield via All-commits all-commits at lists.llvm.org
Tue Jan 12 11:45:28 PST 2021


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 33e2494bea653a845cb0502cc6d3cecdf2b47750
      https://github.com/llvm/llvm-project/commit/33e2494bea653a845cb0502cc6d3cecdf2b47750
  Author: Jon Chesterfield <jonathanchesterfield at gmail.com>
  Date:   2021-01-12 (Tue, 12 Jan 2021)

  Changed paths:
    M openmp/libomptarget/plugins/amdgpu/src/rtl.cpp

  Log Message:
  -----------
  [libomptarget][amdgpu][nfc] Fix build on centos

[libomptarget][amdgpu][nfc] Fix build on centos

rtl.cpp replaced 224 with a #define from elf.h, but that
doesn't work on a centos 7 build machine with an old elf.h

Reviewed By: ronlieb

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




More information about the All-commits mailing list