Skip to content

Commit 994aca4

Browse files
committed
Make test run only on x86_64/macos to fix arm64 macos bots.
The reason why the test fails in this case is that it uses FileCheck on machine specific LLVM-IR so the filechecking is not platform independent.
1 parent 62ec31a commit 994aca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/DebugInfo/move_function_dbginfo.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// We only run this on macOS right now since we would need to pattern match
1414
// slightly differently on other platforms.
1515
// REQUIRES: OS=macosx
16-
16+
// REQUIRES: CPU=x86_64
1717

1818
//////////////////
1919
// Declarations //

0 commit comments

Comments
 (0)