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.
1 parent afb7653 commit 0e71e6fCopy full SHA for 0e71e6f
lldb/test/API/lang/swift/other_arch_dylib/TestSwiftOtherArchDylib.py
@@ -16,6 +16,7 @@ def setUp(self):
16
@swiftTest
17
@skipUnlessDarwin
18
@skipIfDarwinEmbedded
19
+ @skipIf(archs=no_match(["arm64"]))
20
@expectedFailure("the swift.org toolchain cannot produce arm64e binaries")
21
def test(self):
22
"""Test module import from dylibs with an architecture
0 commit comments