Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM with one inline comment.
clang/lib/Driver/ToolChains/PS4CPU.cpp | ||
---|---|---|
152–153 | 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"));