Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 26676 Build 26675: arc lint + arc unit
Event Timeline
Comment Actions
lgtm!
| llvm/utils/gn/build/toolchain/BUILD.gn | ||
|---|---|---|
| 37 | Please mention the host_os->current_os change in this file in the CL description too. | |
| 140 | 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 | Makes sense, done. | |
Please mention the host_os->current_os change in this file in the CL description too.