From 8d2a447bf92700e576e037c5f6495f74153cf5e9 Mon Sep 17 00:00:00 2001 From: Joseph Huber Date: Wed, 7 Sep 2022 13:40:54 -0500 Subject: [PATCH] [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. --- openmp/libomptarget/plugins/generic-elf-64bit/src/rtl.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/openmp/libomptarget/plugins/generic-elf-64bit/src/rtl.cpp b/openmp/libomptarget/plugins/generic-elf-64bit/src/rtl.cpp index e899888..13a25ff 100644 --- a/openmp/libomptarget/plugins/generic-elf-64bit/src/rtl.cpp +++ b/openmp/libomptarget/plugins/generic-elf-64bit/src/rtl.cpp @@ -18,7 +18,6 @@ #include #include #include -#include #include #include #include -- 2.7.4