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.
1 parent 163d47e commit e648482Copy full SHA for e648482
test/LLVMPasses/merge_func_ptrauth.swift
@@ -2,6 +2,7 @@
2
3
// RUN: %empty-directory(%t)
4
// RUN: %target-build-swift -O -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
8
// REQUIRES: executable_test
0 commit comments