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: llvm-as %s -o %t.bc
; RUN: %swift -target x86_64-apple-darwin10 -c -module-name someModule -embed-bitcode -disable-llvm-optzns -o %t2.o %t.bc -dump-clang-diagnostics 2> %t.diags.txt
; RUN: llvm-objdump -macho -section="__LLVM,__bitcode" %t2.o | FileCheck %s