[libc++abi] Remove workarounds for missing -Wno-exceptions on older GCCs
authorLouis Dionne <ldionne.2@gmail.com>
Thu, 2 Sep 2021 20:23:36 +0000 (16:23 -0400)
committerLouis Dionne <ldionne.2@gmail.com>
Fri, 3 Sep 2021 18:23:28 +0000 (14:23 -0400)
commitd9eb6c7cf55f88b28bdc6edad2eb45d0d52dfa1a
treedc5b31855f47231045c2cd00de45b36acc7b3152
parentadfd12e6d17c09b81c1e5784940a0dbb00fe0945
[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
libcxxabi/test/catch_class_03.pass.cpp
libcxxabi/test/catch_class_04.pass.cpp
libcxxabi/test/catch_ptr.pass.cpp
libcxxabi/test/catch_ptr_02.pass.cpp
libcxxabi/test/inherited_exception.pass.cpp