Commit 279629f
authored
OpenBSD needs execinfo as well. (#1318)
Add OpenBSD to the CMake clause that adds libexecinfo.
### Motivation:
`swift test` fails on some projects with `ld: error: undefined reference
due to --no-allow-shlib-undefined: backtrace`; `backtrace` is provided
by `libexecinfo` on OpenBSD.
### Modifications:
Add OpenBSD to the CMake clause that adds libexecinfo.
### Checklist:
- [x] Code and documentation should follow the style of the [Style
Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).
- [x] If public symbols are renamed or modified, DocC references should
be updated.1 parent 368a94d commit 279629f
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
| 128 | + | |
128 | 129 | | |
129 | 130 | | |
130 | 131 | | |
| |||
0 commit comments