We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
typeid
1 parent 9ec8096 commit c163d43Copy full SHA for c163d43
libcxx/test/libcxx/utilities/exception_guard.odr.sh.cpp
@@ -6,6 +6,9 @@
6
//
7
//===----------------------------------------------------------------------===//
8
9
+// This test relies on `typeid` and thus requires `-frtti`.
10
+// UNSUPPORTED: no-rtti
11
+
12
// Make sure that we don't get ODR violations with __exception_guard when
13
// linking together TUs compiled with different values of -f[no-]exceptions.
14
0 commit comments