Skip to content

Commit 65271f0

Browse files
committed
libcxx: Add __assertion_handler as forwarding header
1 parent 8e7d6ba commit 65271f0

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

libcxx/include/__assertion_handler

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
// -*- C++ -*-
2+
//===----------------------------------------------------------------------===//
3+
//
4+
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5+
// See https://llvm.org/LICENSE.txt for license information.
6+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7+
//
8+
//===----------------------------------------------------------------------===//
9+
10+
#ifndef _LIBCPP___ASSERTION_HANDLER
11+
#define _LIBCPP___ASSERTION_HANDLER
12+
13+
#include_next <__assertion_handler> // Note: this include is generated by CMake and is potentially vendor-provided.
14+
15+
#endif // _LIBCPP___ASSERTION_HANDLER

0 commit comments

Comments
 (0)