[Openmp-commits] [PATCH] D94528: [libomptarget][amdgpu][nfc] Fix build on centos
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Jan 12 12:56:35 PST 2021
JonChesterfield added a comment.
This file uses the system elf.h because it uses libelf. Sadly llvm's elf.h and the gnu elf.h conflict if both are included.
I'm vaguely inclined to drop the dependency in libelf, but as libomptarget uses it anyway it wouldn't make much difference.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94528/new/
https://reviews.llvm.org/D94528
More information about the Openmp-commits
mailing list