Skip to content

Commit 936debd

Browse files
committed
IRGen: Disable Interpreter/has_symbol.swift for optimized builds.
1 parent cbe0afd commit 936debd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Interpreter/has_symbol.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
// REQUIRES: executable_test
2929
// REQUIRES: VENDOR=apple
3030

31+
// rdar://102159307 - #_hasSymbol needs to be implemented with a SILInstruction
32+
// REQUIRES: swift_test_mode_optimize_none
33+
3134
@_weakLinked import helper
3235

3336
// HAS-ANSWER: 42

0 commit comments

Comments
 (0)