File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: b89c9fd1e432bcef5c51758f2c857494ac4908db
2
+ refs/heads/master: 7e8368613a6183b15b4157253fca10aecaa55fe8
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change 9
9
--------
10
10
::
11
11
12
- mangled-name ::= '_S ' global
12
+ mangled-name ::= '$S ' global
13
13
14
14
All Swift-mangled names begin with this prefix.
15
15
Original file line number Diff line number Diff line change 1
1
// RUN: %empty-directory(%t)
2
- // RUN: %target-build-swift %s -o %t/a.out4 -swift-version 4 && %target-run %t/a.out4
2
+ // RUN: %target-build-swift %s -o %t/a.out4 -swift-version 4 && %target-codesign %t/a.out4 && %target- run %t/a.out4
3
3
// REQUIRES: objc_interop
4
4
// UNSUPPORTED: OS=watchos
5
5
You can’t perform that action at this time.
0 commit comments