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.
2 parents d3c61c2 + aa6e26b commit 9d158c8Copy full SHA for 9d158c8
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