[all-commits] [llvm/llvm-project] d9eb6c: [libc++abi] Remove workarounds for missing -Wno-ex...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Fri Sep 3 11:23:43 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d9eb6c7cf55f88b28bdc6edad2eb45d0d52dfa1a
https://github.com/llvm/llvm-project/commit/d9eb6c7cf55f88b28bdc6edad2eb45d0d52dfa1a
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-09-03 (Fri, 03 Sep 2021)
Changed paths:
M libcxxabi/test/catch_class_03.pass.cpp
M libcxxabi/test/catch_class_04.pass.cpp
M libcxxabi/test/catch_ptr.pass.cpp
M libcxxabi/test/catch_ptr_02.pass.cpp
M libcxxabi/test/inherited_exception.pass.cpp
Log Message:
-----------
[libc++abi] Remove workarounds for missing -Wno-exceptions on older GCCs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97675 has now been resolved
in GCC 11, so we can remove those workarounds.
Differential Revision: https://reviews.llvm.org/D109188
More information about the All-commits
mailing list