[Libomptarget][NFC] Add missing LLVM header

This commit is contained in:
Joseph Huber 2022-11-29 09:46:33 -06:00
parent bfd69ad596
commit 3458a2b737
1 changed files with 8 additions and 0 deletions

View File

@ -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;