mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Add two requires lines that for some reason escaped my initial commit of the stable merge.
This is due to embed-bitcode not being upstreamed.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// REQUIRES: CPU=x86_64
|
||||
// REQUIRES: rdar23493035
|
||||
// RUN: %target-swift-frontend -c -module-name someModule -embed-bitcode-marker -o %t.o %s
|
||||
// RUN: llvm-objdump -macho -section="__LLVM,__bitcode" %t.o | FileCheck -check-prefix=MARKER %s
|
||||
// RUN: llvm-objdump -macho -section="__LLVM,__swift_cmdline" %t.o | FileCheck -check-prefix=MARKER-CMD %s
|
||||
|
||||
Reference in New Issue
Block a user