Commit Graph

2 Commits

Author SHA1 Message Date
Arnold Schwaighofer
c7b343d603 Disable this test on anything but macOS
Attempting to unblock bots

Specifically, this also seems to fail on PR tests:

```
Failed Tests (1):
  Swift(iphonesimulator-x86_64) :: embedded/wrong-linkage.swift
```

rdar://142601111
2025-01-09 14:17:02 -08:00
Erik Eckstein
67b8c08ef1 SILLinker: convert an assert to a compiler error message
Having a wrong linkage can happen if the user "re-defines" an existing function with a wrong linkage, e.g. using `@_cdecl`.
2025-01-08 11:00:27 +01:00