mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +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: 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
|
||||
|
||||
@@ -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