Skip to content

Commit 47e5bcb

Browse files
committed
Print types of debug_value operand
1 parent 9d453a7 commit 47e5bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Serialization/debug-value.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// RUN: %{python} %utils/split_file.py -o %t %s
33

44
// RUN: %target-swift-frontend -g -experimental-serialize-debug-info -emit-module -o %t/MyModule.swiftmodule %t/MyModule.swift -O
5-
// RUN: %target-swift-frontend -g -I %t %t/Main.swift -experimental-serialize-debug-info -emit-sil -o - | %FileCheck %s
5+
// RUN: %target-swift-frontend -g -I %t %t/Main.swift -experimental-serialize-debug-info -emit-sil -o - -O -Xllvm -sil-print-types| %FileCheck %s
66

77
// Shadow copies should not be emitted for imported functions as the imported
88
// function might be optimized which breaks the unoptimized invariant of

0 commit comments

Comments
 (0)