Skip to content

Commit ae8ab31

Browse files
committed
test: add CODEGENERATOR requirement (NFC)
This test uses the ARM backend code generator, ensure that we have it.
1 parent 56a73c9 commit ae8ab31

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)