Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
lgtm!
| llvm/utils/gn/build/toolchain/BUILD.gn | ||
|---|---|---|
| 37 ↗ | (On Diff #181207) | Please mention the host_os->current_os change in this file in the CL description too. |
| 140 ↗ | (On Diff #181207) | Should we set current_os in the win toolchain too? OK to defer that until we actually need it too, but the failure mode for not having it here and trying to use current_os in a cross build involving a win toolchain is probably a bit confusing unless you know what's needed to fix it. |
| llvm/utils/gn/build/toolchain/BUILD.gn | ||
|---|---|---|
| 140 ↗ | (On Diff #181207) | Makes sense, done. |