update libcxxabi to llvm 14.0.6

This commit is contained in:
Andrew Kelley
2022-07-01 16:36:40 -07:00
parent bd680139d0
commit aa964bd555
31 changed files with 1174 additions and 1190 deletions

View File

@@ -1,4 +1,4 @@
//===------------------------ stdexcept.cpp -------------------------------===//
//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
@@ -12,9 +12,7 @@
#include <cstring>
#include <cstdint>
#include <cstddef>
// This includes an implementation file from libc++.
#include "../../libcxx/src/include/refstring.h"
#include "include/refstring.h" // from libc++
static_assert(sizeof(std::__libcpp_refstring) == sizeof(const char *), "");