Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
80 ms | linux > lld.MachO::Unknown Unit Message ("") |
Event Timeline
Comment Actions
LGTM with one inline comment.
clang/lib/Driver/ToolChains/PS4CPU.cpp | ||
---|---|---|
154 | Seems like you shouldn't need a temp variable LdName here? The old code just passes the literal string directly: |
Seems like you shouldn't need a temp variable LdName here? The old code just passes the literal string directly:
Args.MakeArgString(ToolChain.GetProgramPath("orbis-ld"));