Mercurial > hg > CbC > CbC_llvm
comparison libcxxabi/test/uncaught_exceptions.pass.cpp @ 252:1f2b6ac9f198 llvm-original
LLVM16-1
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 18 Aug 2023 09:04:13 +0900 |
parents | c4bab56944e8 |
children |
comparison
equal
deleted
inserted
replaced
237:c80f45b162ad | 252:1f2b6ac9f198 |
---|---|
7 //===----------------------------------------------------------------------===// | 7 //===----------------------------------------------------------------------===// |
8 | 8 |
9 // UNSUPPORTED: no-exceptions | 9 // UNSUPPORTED: no-exceptions |
10 | 10 |
11 // __cxa_uncaught_exceptions is not re-exported from libc++ until macOS 10.15. | 11 // __cxa_uncaught_exceptions is not re-exported from libc++ until macOS 10.15. |
12 // XFAIL: use_system_cxx_lib && target={{.+}}-apple-macosx10.{{9|10|11|12|13|14}} | 12 // XFAIL: stdlib=apple-libc++ && target={{.+}}-apple-macosx10.{{9|10|11|12|13|14}} |
13 | 13 |
14 #include <cxxabi.h> | 14 #include <cxxabi.h> |
15 #include <cassert> | 15 #include <cassert> |
16 | 16 |
17 // namespace __cxxabiv1 { | 17 // namespace __cxxabiv1 { |