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 8c50f67 commit 63184b2Copy full SHA for 63184b2
test/Frontend/embed-bitcode.swift
@@ -1,5 +1,5 @@
1
// REQUIRES: CPU=x86_64
2
-// RUN: %swift -target x86_64-apple-macosx10.9 -c -module-name someModule -embed-bitcode-marker -o %t.o %s
+// RUN: %target-swift-frontend -c -module-name someModule -embed-bitcode-marker -o %t.o %s
3
// RUN: llvm-objdump -m -section __LLVM,__bitcode %t.o | FileCheck -check-prefix=MARKER %s
4
// RUN: llvm-objdump -m -section __LLVM,__swift_cmdline %t.o | FileCheck -check-prefix=MARKER-CMD %s
5
0 commit comments