From c9157d925c489f07ba9c0b2ce47e5149b75969a5 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Mon, 18 Dec 2023 21:30:12 +0100 Subject: Merge llvm-project main llvmorg-18-init-15088-gd14ee76181fb This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp to llvm-project main llvmorg-18-init-15088-gd14ee76181fb. PR: 276104 MFC after: 1 month (cherry picked from commit 5f757f3ff9144b609b3c433dfd370cc6bdc191ad) --- contrib/llvm-project/libcxx/include/__pstl_algorithm | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 contrib/llvm-project/libcxx/include/__pstl_algorithm (limited to 'contrib/llvm-project/libcxx/include/__pstl_algorithm') diff --git a/contrib/llvm-project/libcxx/include/__pstl_algorithm b/contrib/llvm-project/libcxx/include/__pstl_algorithm deleted file mode 100644 index 79c18385c5a5..000000000000 --- a/contrib/llvm-project/libcxx/include/__pstl_algorithm +++ /dev/null @@ -1,15 +0,0 @@ -// -*- 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 -// -//===----------------------------------------------------------------------===// - -#ifndef __PSTL_ALGORITHM -#define __PSTL_ALGORITHM - -#include - -#endif /* __PSTL_ALGORITHM */ -- cgit v1.2.3