Commit 2c5bd24
[BUILD] Avoid using lld as the linker on macOS (#4827)
LLD is not supported on macOS. This addresses failures like
> clang: error: invalid linker name in argument '-fuse-ld=lld'
See
https://github.com/triton-lang/triton/actions/runs/11099205977/job/30833066194#step:10:611 parent 7dcaade commit 2c5bd24
1 file changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
432 | 432 | | |
433 | 433 | | |
434 | 434 | | |
435 | | - | |
436 | | - | |
437 | | - | |
438 | | - | |
439 | 435 | | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
440 | 443 | | |
441 | 444 | | |
442 | 445 | | |
| |||
0 commit comments