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.
2 parents 15c4bd2 + ae8ab31 commit 3e9878cCopy full SHA for 3e9878c
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