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:
Michael Gottesman
2015-11-12 09:51:19 -08:00
parent 085f88f616
commit 8e9ab12b3d
2 changed files with 2 additions and 0 deletions

View File

@@ -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