flang-compiler / f18

F18 is a front-end for Fortran intended to replace the existing front-end in the Flang compiler
229 stars 48 forks source link

Align with LLVM on project tracking #1056

Closed RichBarton-Arm closed 4 years ago

RichBarton-Arm commented 4 years ago

We use the F18 project's GitHub boards for co-ordinating work. LLVM don't currently use this feature. We should encourage them to enable it for us and port our boards over. Otherwise, we should try and standardize with whatever LLVM use instead.

DavidTruby commented 4 years ago

I don't know that LLVM has an equivalent to this: Github project boards aren't enabled for llvm and I don't think Phabricator has an equivalent. Perhaps we should ask on llvm-dev if other people are using something else or if Github boards can be turned on on their side?

RichBarton-Arm commented 4 years ago

Agree with previous comment from David. LLVM has no central way to track community projects. We are using a shared google sheet and we are also using github projects in the flang-compiler github. This is fine for now, so closing this ticket.

banach-space commented 4 years ago

@RichBarton-Arm Just as an FYI, this is used for tracking OpenMP progress in Clang: https://clang.llvm.org/docs/OpenMPSupport.html