mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
8 lines
339 B
Plaintext
8 lines
339 B
Plaintext
// RUN: for x in %platform-sdk-overlay-dir/*.swiftmodule; do [[ $(basename "$x") = Swift.swiftmodule ]] && continue; llvm-bcanalyzer $x | %FileCheck %s; %target-sil-opt -sdk %sdk -enable-sil-verify-all $x > /dev/null; done
|
|
|
|
// CHECK-NOT: Unknown
|
|
|
|
// REQUIRES: rdar://problem/31683781
|
|
// REQUIRES: long_test
|
|
// REQUIRES: nonexecutable_test
|