Skip to content

Commit c163d43

Browse files
var-consttstellar
authored andcommitted
[libc++] Mark a test relying on typeid as unsupported without RTTI.
(cherry picked from commit f50cad2)
1 parent 9ec8096 commit c163d43

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libcxx/test/libcxx/utilities/exception_guard.odr.sh.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9+
// This test relies on `typeid` and thus requires `-frtti`.
10+
// UNSUPPORTED: no-rtti
11+
912
// Make sure that we don't get ODR violations with __exception_guard when
1013
// linking together TUs compiled with different values of -f[no-]exceptions.
1114

0 commit comments

Comments
 (0)