Commit a1f5386
committed
Skip testLinkFilelistWithDebugInfo off of macOS
Only the Apple-platforms support dsymutil and building/linking with the
swiftmodule, therefore, this test only applies to running on macOS where
we have dsymutil. I've also cleaned up the test a bit to make it a bit
clearer what the goals were.
We're trying to verify that the contents of the filelist passed into the
link job contains only the expected object file and does not include the
swiftmodule file.
Fixes: rdar://1443785961 parent 9b83358 commit a1f5386
1 file changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3212 | 3212 | | |
3213 | 3213 | | |
3214 | 3214 | | |
3215 | | - | |
3216 | | - | |
| 3215 | + | |
| 3216 | + | |
3217 | 3217 | | |
3218 | 3218 | | |
3219 | 3219 | | |
| |||
3233 | 3233 | | |
3234 | 3234 | | |
3235 | 3235 | | |
3236 | | - | |
| 3236 | + | |
| 3237 | + | |
3237 | 3238 | | |
3238 | 3239 | | |
3239 | 3240 | | |
3240 | 3241 | | |
3241 | | - | |
3242 | | - | |
| 3242 | + | |
| 3243 | + | |
3243 | 3244 | | |
3244 | 3245 | | |
3245 | 3246 | | |
| |||
0 commit comments