[llvm] [OpenMP] Fix redefining `stdint.h` types (PR #108607)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 13 10:19:03 PDT 2024
================
@@ -1,22 +0,0 @@
-//===-- Shared/Types.h - Type defs shared between host and device - 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
-//
-//===----------------------------------------------------------------------===//
-//
-// Environments shared between host and device.
-//
-//===----------------------------------------------------------------------===//
-
-#ifndef OMPTARGET_SHARED_TYPES_H
-#define OMPTARGET_SHARED_TYPES_H
-
-#ifndef OMPTARGET_DEVICE_RUNTIME
----------------
shiltian wrote:
Yeah, that's what I wanted to ask.
https://github.com/llvm/llvm-project/pull/108607
More information about the llvm-commits
mailing list