[Libomptarget] Remove leftover ELF header from x86 plugin
authorJoseph Huber <jhuber6@vols.utk.edu>
Wed, 7 Sep 2022 18:40:54 +0000 (13:40 -0500)
committerJoseph Huber <jhuber6@vols.utk.edu>
Wed, 7 Sep 2022 18:41:40 +0000 (13:41 -0500)
Summary:
We removed the linking support for `gelf.h` in a previous patch. This
header was incorrectly leftover causing build problems on some systems.

openmp/libomptarget/plugins/generic-elf-64bit/src/rtl.cpp

index e899888..13a25ff 100644 (file)
@@ -18,7 +18,6 @@
 #include <cstdlib>
 #include <cstring>
 #include <ffi.h>
-#include <gelf.h>
 #include <link.h>
 #include <list>
 #include <string>