Skip to content

Commit 3e9878c

Browse files
authored
Merge pull request swiftlang#23045 from compnerd/an-arm-and-a-leg
2 parents 15c4bd2 + ae8ab31 commit 3e9878c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/AutolinkExtract/linker-order.ll

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
; RUN: llc -mtriple x86_64--windows-gnu -filetype obj -o - %s | %target-swift-autolink-extract -o - - | %FileCheck %s
33
; RUN: llc -mtriple x86_64--windows-cygnus -filetype obj -o - %s | %target-swift-autolink-extract -o - - | %FileCheck %s
44
; REQUIRES: autolink-extract
5+
; REQUIRES: CODEGENERATOR=ARM
6+
; REQUIRES: CODEGENERATOR=X86
57

68
; Ensure that the options in the object file preserve ordering. The linker
79
; options are order dependent, and we would accidentally reorder them because we

0 commit comments

Comments
 (0)