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 bed427b commit 9006482Copy full SHA for 9006482
test/embedded/ptr-auth-irgen-verify-no-stdlib.swift
@@ -1,11 +1,10 @@
1
// RUN: %target-swift-emit-ir %s -parse-stdlib -enable-experimental-feature Embedded -target arm64e-apple-none -Xcc -fptrauth-calls -module-name Swift | %FileCheck %s
2
3
-// Windows does not have SwiftCompilerSources.
4
-// XFAIL: OS=windows-msvc
+// REQUIRES: swift_in_compiler
5
6
// Some verification is blocked on string lookup succeeding.
7
struct String {}
8
9
public func test() { }
10
11
-// CHECK-LABEL: define {{.*}}void @"$ss4testyyF"()
+// CHECK-LABEL: define {{.*}}void @"$ss4testyyF"()
0 commit comments