Skip to content

Commit 063baae

Browse files
committed
Fix windows deficiencies in optimizations
1 parent 144950d commit 063baae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/AutoDiff/compiler_crashers_fixed/issue-62608-conflicting-debug-info.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// RUN: %target-swift-frontend -emit-sil -O -g %s | %FileCheck %s
22

3+
// REQUIRES: swift_in_compiler
4+
35
// Fix for https://github.com/apple/swift/issues/62608
46
// We need to emit separate debug info location for different adjoint buffers
57
// created for the single input variable

0 commit comments

Comments
 (0)