Gardening: Migrate test suite to GH issues: AutoDiff/SILGen

This commit is contained in:
Anthony Latsis
2022-09-08 08:03:11 +03:00
parent b7bbd43be3
commit 295ded6850

View File

@@ -1,7 +1,8 @@
// RUN: %target-swift-emit-silgen -verify -module-name main %s -warn-redundant-requirements | %FileCheck %s // RUN: %target-swift-emit-silgen -verify -module-name main %s -warn-redundant-requirements | %FileCheck %s
// RUN: %target-swift-emit-sil -verify -module-name main %s -warn-redundant-requirements // RUN: %target-swift-emit-sil -verify -module-name main %s -warn-redundant-requirements
// NOTE(SR-11950): SILParser crashes for SILGen round-trip. // NOTE: SILParser crashes for SILGen round-trip
// (https://github.com/apple/swift/issues/54370).
// This file tests: // This file tests:
// - The "derivative generic signature" of `@differentiable` and `@derivative` // - The "derivative generic signature" of `@differentiable` and `@derivative`