From aa964bd555bf7d034b5bfea6275d6edddc35cb8c Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Fri, 1 Jul 2022 16:36:40 -0700 Subject: update libcxxabi to llvm 14.0.6 --- lib/libcxxabi/src/stdlib_stdexcept.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'lib/libcxxabi/src/stdlib_stdexcept.cpp') diff --git a/lib/libcxxabi/src/stdlib_stdexcept.cpp b/lib/libcxxabi/src/stdlib_stdexcept.cpp index d466f69c51..92f7a6e076 100644 --- a/lib/libcxxabi/src/stdlib_stdexcept.cpp +++ b/lib/libcxxabi/src/stdlib_stdexcept.cpp @@ -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 #include #include - -// 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 *), ""); -- cgit v1.2.3