Skip to content

Commit 5a1f061

Browse files
Merge pull request swiftlang#33029 from aschwaighofer/fix_autolink_test_macos
autolink-runtime-compatibility.swift requires x86_64
2 parents a740471 + 208a945 commit 5a1f061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/autolink-runtime-compatibility.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: OS=macosx
1+
// REQUIRES: OS=macosx,CPU=x86_64
22

33
// Doesn't autolink compatibility library because autolinking is disabled
44
// RUN: %target-swift-frontend -disable-autolinking-runtime-compatibility-dynamic-replacements -target %target-cpu-apple-macosx10.9 -disable-autolinking-runtime-compatibility -emit-ir -parse-stdlib %s | %FileCheck -check-prefix=NO-FORCE-LOAD %s

0 commit comments

Comments
 (0)