ld{{.*}}" seems to match the complete line for me which is failing
the test. Only allow an optional .exe for Windows systems as most
other tests do.
Another possibility would be to collapse the greedy expression with
the next check to avoid matching the full line.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM