[Openmp-commits] [openmp] 3458a2b - [Libomptarget][NFC] Add missing LLVM header

Joseph Huber via Openmp-commits openmp-commits at lists.llvm.org
Tue Nov 29 07:47:13 PST 2022


Author: Joseph Huber
Date: 2022-11-29T09:46:51-06:00
New Revision: 3458a2b737fcf1487b7fb166f59b43a98fc0b1bb

URL: https://github.com/llvm/llvm-project/commit/3458a2b737fcf1487b7fb166f59b43a98fc0b1bb
DIFF: https://github.com/llvm/llvm-project/commit/3458a2b737fcf1487b7fb166f59b43a98fc0b1bb.diff

LOG: [Libomptarget][NFC] Add missing LLVM header

Added: 
    

Modified: 
    openmp/libomptarget/plugins/common/elf_common/ELFSymbols.cpp

Removed: 
    


################################################################################
diff  --git a/openmp/libomptarget/plugins/common/elf_common/ELFSymbols.cpp b/openmp/libomptarget/plugins/common/elf_common/ELFSymbols.cpp
index 5c31c769f9149..36ed9aef3a7e4 100644
--- a/openmp/libomptarget/plugins/common/elf_common/ELFSymbols.cpp
+++ b/openmp/libomptarget/plugins/common/elf_common/ELFSymbols.cpp
@@ -1,3 +1,11 @@
+//===-- ELFSymbols.cpp - ELF Symbol look-up functionality -------*- C++ -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
 #include "ELFSymbols.h"
 
 using namespace llvm;


        


More information about the Openmp-commits mailing list