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 56a73c9 commit ae8ab31Copy full SHA for ae8ab31
test/AutolinkExtract/linker-order.ll
@@ -2,6 +2,8 @@
2
; RUN: llc -mtriple x86_64--windows-gnu -filetype obj -o - %s | %target-swift-autolink-extract -o - - | %FileCheck %s
3
; RUN: llc -mtriple x86_64--windows-cygnus -filetype obj -o - %s | %target-swift-autolink-extract -o - - | %FileCheck %s
4
; REQUIRES: autolink-extract
5
+; REQUIRES: CODEGENERATOR=ARM
6
+; REQUIRES: CODEGENERATOR=X86
7
8
; Ensure that the options in the object file preserve ordering. The linker
9
; options are order dependent, and we would accidentally reorder them because we
0 commit comments