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 b89c9fd + 451c7ce commit 7e83686Copy full SHA for 7e83686
docs/ABI/Mangling.rst
@@ -9,7 +9,7 @@ Mangling
9
--------
10
::
11
12
- mangled-name ::= '_S' global
+ mangled-name ::= '$S' global
13
14
All Swift-mangled names begin with this prefix.
15
test/stdlib/Metal.swift
@@ -1,5 +1,5 @@
1
// RUN: %empty-directory(%t)
2
-// RUN: %target-build-swift %s -o %t/a.out4 -swift-version 4 && %target-run %t/a.out4
+// RUN: %target-build-swift %s -o %t/a.out4 -swift-version 4 && %target-codesign %t/a.out4 && %target-run %t/a.out4
3
// REQUIRES: objc_interop
4
// UNSUPPORTED: OS=watchos
5
0 commit comments