summaryrefslogtreecommitdiff
path: root/libcxxabi/include
diff options
context:
space:
mode:
authorLouis Dionne <ldionne.2@gmail.com>2022-02-28 16:37:25 -0500
committerLouis Dionne <ldionne.2@gmail.com>2022-03-01 08:20:24 -0500
commit368faacac7525e538fa6680aea74e19a75e3458d (patch)
tree8d30d81bea34e7779e3504bb6221f698bff2e23a /libcxxabi/include
parent5c73db24df14501e1a76ef2e31111562a3a3287d (diff)
downloadllvm-368faacac7525e538fa6680aea74e19a75e3458d.tar.gz
[libc++] Revert "Protect users from relying on detail headers" & related changes
This commit reverts 5aaefa51 (and also partly 7f285f48e77 and b6d75682f9, which were related to the original commit). As landed, 5aaefa51 had unintended consequences on some downstream bots and didn't have proper coverage upstream due to a few subtle things. Implementing this is something we should do in libc++, however we'll first need to address a few issues listed in https://reviews.llvm.org/D106124#3349710. Differential Revision: https://reviews.llvm.org/D120683
Diffstat (limited to 'libcxxabi/include')
-rw-r--r--libcxxabi/include/threading_support.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/libcxxabi/include/threading_support.h b/libcxxabi/include/threading_support.h
deleted file mode 100644
index 3e533f91ee7f..000000000000
--- a/libcxxabi/include/threading_support.h
+++ /dev/null
@@ -1,14 +0,0 @@
-//===----------------------------------------------------------------------===//
-//
-// 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 _LIBCXXABI_THREADING_SUPPORT_H
-#define _LIBCXXABI_THREADING_SUPPORT_H
-
-#pragma GCC system_header
-#include <__threading_support>
-
-#endif // _LIBCXXABI_THREADING_SUPPORT_H