Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| clang/lib/Driver/ToolChains/NetBSD.cpp | ||
|---|---|---|
| 35 | Is there a specific reason to choose the name T? FWICS different drivers use different names but I think Triple is both more popular and more readable. | |
| clang/lib/Driver/ToolChains/NetBSD.cpp | ||
|---|---|---|
| 35 | No specific reason, I agree using the Triple name is a better choice. I updated the diff. | |
Is there a specific reason to choose the name T? FWICS different drivers use different names but I think Triple is both more popular and more readable.