aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
diff options
context:
space:
mode:
authorTom Stellard <tstellar@redhat.com>2025-02-19 06:53:30 -0800
committerGitHub <noreply@github.com>2025-02-19 06:53:30 -0800
commit2b340c10a611d929fee25e6222909c8915e3d6b6 (patch)
tree2e1b8a75e9c14f1792f8f2bb4b188db016d36408 /clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
parentd804c838933b1f35ae56343afac669ffe3bbd957 (diff)
downloadllvm-2b340c10a611d929fee25e6222909c8915e3d6b6.zip
llvm-2b340c10a611d929fee25e6222909c8915e3d6b6.tar.gz
llvm-2b340c10a611d929fee25e6222909c8915e3d6b6.tar.bz2
flang: Fix build with latest libc++ (#127362)
I think this first stopped working with 954836634abb446f18719b14120c386a929a42d1. This patch fixes the following error: /home/runner/work/llvm-project/llvm-project/flang/runtime/io-api-minimal.cpp:153:11: error: '__libcpp_verbose_abort' is missing exception specification 'noexcept' 153 | void std::__libcpp_verbose_abort(char const *format, ...) { | ^ | noexcept /mnt/build/bin/../include/c++/v1/__verbose_abort:30:28: note: previous declaration is here 30 | __printf__, 1, 2) void __libcpp_verbose_abort(const char* __format, ...) _LIBCPP_VERBOSE_ABORT_NOEXCEPT; | ^ 1 error generated.
Diffstat (limited to 'clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions