Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Aside from the message correction nit, all builds and tests correctly and looks good.
Thanks for doing this!
| flang/CMakeLists.txt | ||
|---|---|---|
| 59 | "on on" should read "on" | |
| flang/CMakeLists.txt | ||
|---|---|---|
| 59 | A compiler can have a 32-bit mode compile on a 64-bit CPU. In that case, the condition will still be false. I suggest to change "on 32 bit CPUs" to "in 32-bit mode". | |
"on on" should read "on"