mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
2b8ee6e5a2
This ensures that we use the correct llvm-bcanalyzer from the just built compiler tools.
7 lines
465 B
Plaintext
7 lines
465 B
Plaintext
// Make sure that we can deserialize the stdlib.
|
|
// RUN: %target-sil-opt %platform-module-dir/Swift.swiftmodule/%target-swiftmodule-name -module-name Swift > /dev/null || %target-sil-opt %platform-module-dir/Swift.swiftmodule -module-name Swift > /dev/null
|
|
// RUN: %llvm-bcanalyzer %platform-module-dir/Swift.swiftmodule/%target-swiftmodule-name > %t || %llvm-bcanalyzer %platform-module-dir/Swift.swiftmodule > %t
|
|
// RUN: %FileCheck %s < %t
|
|
|
|
// CHECK-NOT: Unknown
|