forked from OSchip/llvm-project
[Libomptarget] Remove leftover ELF header from x86 plugin
Summary: We removed the linking support for `gelf.h` in a previous patch. This header was incorrectly leftover causing build problems on some systems.
This commit is contained in:
parent
cc14e195e7
commit
8d2a447bf9
|
@ -18,7 +18,6 @@
|
|||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <ffi.h>
|
||||
#include <gelf.h>
|
||||
#include <link.h>
|
||||
#include <list>
|
||||
#include <string>
|
||||
|
|
Loading…
Reference in New Issue