Skip to content

Commit 835beda

Browse files
authored
Merge pull request #40763 from CodaFi/adjointness-conditions
2 parents e3fece0 + 3511314 commit 835beda

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/AutoDiff/compiler_crashers_fixed/sr15566-vardecl-adjoint-values.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %target-build-swift %s
22
// RUN: %target-swift-frontend -c -g -Xllvm -verify-di-holes=true %s
33

4+
// Every so often this test crashes the linker on Linux
5+
// REQUIRES: rdar87254800
6+
47
// SR-15566: Differentiable functions with control flow yield an assertion failure: "location is a VarDecl, but SILDebugVariable is empty"
58

69
import _Differentiation

0 commit comments

Comments
 (0)