We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 116abbb + 1ab14be commit c5dff19Copy full SHA for c5dff19
test/SILOptimizer/devirtualize_existential.swift
@@ -2,6 +2,7 @@
2
3
// RUN: %empty-directory(%t)
4
// RUN: %target-build-swift -wmo -O -Xllvm -sil-disable-pass=FunctionSignatureOpts -module-name=test %s -o %t/a.out
5
+// RUN: %target-codesign %t/a.out
6
// RUN: %target-run %t/a.out | %FileCheck %s -check-prefix=CHECK-OUTPUT
7
// REQUIRES: executable_test
8
0 commit comments