mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
tests: convert about 400 tests to the new mangling by using the -new-mangling-for-tests option
When the new mangling is enabled permanently, the option can be removed from the RUN command lines again.
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
// RUN: %target-swift-frontend -primary-file %s -emit-ir -g -o - | %FileCheck %s
|
||||
// RUN: %target-swift-frontend %s -emit-sil -g -o - | %FileCheck -check-prefix=CHECK-SIL %s
|
||||
// RUN: %target-swift-frontend -Xllvm -new-mangling-for-tests -primary-file %s -emit-ir -g -o - | %FileCheck %s
|
||||
// RUN: %target-swift-frontend -Xllvm -new-mangling-for-tests %s -emit-sil -g -o - | %FileCheck -check-prefix=CHECK-SIL %s
|
||||
|
||||
// Verify that -Onone shadow copies are emitted for debug_value_addr
|
||||
// instructions.
|
||||
|
||||
// CHECK-SIL: sil hidden @_TF16debug_value_addr4testurFxT_
|
||||
// CHECK-SIL: sil hidden @_T016debug_value_addr4testyxlF
|
||||
// CHECK-SIL: debug_value_addr %0 : $*T, let, name "t"
|
||||
|
||||
// CHECK: define {{.*}}_TF16debug_value_addr4testurFxT_
|
||||
// CHECK: define {{.*}}_T016debug_value_addr4testyxlF
|
||||
// CHECK: entry:
|
||||
// CHECK-NEXT: %[[TADDR:.*]] = alloca
|
||||
// CHECK: store %swift.opaque* %0, %swift.opaque** %[[TADDR:.*]], align
|
||||
|
||||
Reference in New Issue
Block a user