From 956892433f7c0ae4520232b07d442fedbcc14cb2 Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Tue, 6 Aug 2019 21:11:24 +0000 Subject: [pstl][libc++] Provide uglified header names for interface headers For the few (currently four) headers that make up the PSTL's interface to other Standard Libraries, provide a stable uglified header file that can be included by those Standard Libraries. We can then more easily change the internal organization of the PSTL without having to change the integration with Standard Libraries. llvm-svn: 368088 --- pstl/include/__pstl_algorithm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pstl/include/__pstl_algorithm (limited to 'pstl/include/__pstl_algorithm') diff --git a/pstl/include/__pstl_algorithm b/pstl/include/__pstl_algorithm new file mode 100644 index 00000000000..79c18385c5a --- /dev/null +++ b/pstl/include/__pstl_algorithm @@ -0,0 +1,15 @@ +// -*- 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