search for: llvm11

Displaying 9 results from an estimated 9 matches for "llvm11".

Did you mean: llvm10
2020 Jan 15
3
Flang landing in the monorepo - next Monday!
...tree we can more easily manage its MLIR dependency. I don’t think we can be sure of a timeline for completion of this work. In reality adding this part of the frontend will likely be an ongoing effort over the next months, perhaps years and it will likely be a work in progress by the time of the LLVM11 branch. We can at least commit to starting this effort soon, lead by Nvidia. If we don't merge to monorepo shortly then the work will start on the F18 github project. Arm engineers will be reviewing, but we think the benefit of doing this development in the monorepo is that other interested par...
2020 Jan 09
7
Flang landing in the monorepo - next Monday!
...one week to January 20th? That would give us some more time to bottom out what changes need to be made before we can accept the code and give us time to make any changes that block inclusion (assuming they are suitably sized to do in this timescale). As Renato suggests, that would also give us the LLVM11 branching point as a natural deadline to have addressed the larger concerns in our list. What do people think to that proposal? Regards Rich [a] https://github.com/flang-compiler/f18/pulls [b] https://github.com/flang-compiler/f18/blob/master/documentation/C%2B%2Bstyle.md [c] https://github.com/...
2020 Feb 20
4
Plan for landing flang in monorepo
...plete this work in time for a new upstreaming date of 16th March. 3. We have captured further work that we plan to complete on F18 after merging to the monorepo https://github.com/orgs/flang-compiler/projects/10 (also repeated below) 4. We believe that we can complete this work before the LLVM11 branching date in June. 5. After this date, we'll keep improving the code as we go along and not on any specific timescale. We'd really appreciate feedback on the two lists of changes, specifically: are these lists complete? Is everyone satisfied that with all the items on https://git...
2020 Feb 25
2
Plan for landing flang in monorepo
...plete this work in time for a new upstreaming date of 16th March. 2. We have captured further work that we plan to complete on F18 after merging to the monorepo https://github.com/orgs/flang-compiler/projects/10 (also repeated below) 3. We believe that we can complete this work before the LLVM11 branching date in June. 4. After this date, we'll keep improving the code as we go along and not on any specific timescale. We'd really appreciate feedback on the two lists of changes, specifically: are these lists complete? Is everyone satisfied that with all the items on https://git...
2020 Jan 09
2
Flang landing in the monorepo - next Monday!
On Thu, Jan 9, 2020 at 4:19 AM Mehdi AMINI via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > > > On Tue, Jan 7, 2020 at 6:04 AM Peter Waller via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> Hi All, >> >> As discussed before Christmas, this is a reminder that we intend to >> merge flang on the 13th January (next Monday) before the
2020 Feb 25
2
Plan for landing flang in monorepo
...plete this work in time for a new upstreaming date of 16th March. 2. We have captured further work that we plan to complete on F18 after merging to the monorepo https://github.com/orgs/flang-compiler/projects/10 (also repeated below) 3. We believe that we can complete this work before the LLVM11 branching date in June. 4. After this date, we'll keep improving the code as we go along and not on any specific timescale. We'd really appreciate feedback on the two lists of changes, specifically: are these lists complete? Is everyone satisfied that with all the items on https://git...
2020 Apr 23
7
Cannot build master
Hi, Using master at b0a1c0b72c9c61f8b0a223e08f43498abb64f5e8, I cannot build LLVM. I configured with: CC=clang CXX=clang++ cmake -DCMAKE_INSTALL_PREFIX=$HOME/opt/llvm11-git \ -DCMAKE_BUILD_TYPE=Release \ -DLLVM_BUILD_LLVM_DYLIB=ON \ -DLLVM_LINK_LLVM_DYLIB=ON \ -DBUILD_SHARED_LIBS=OFF \ -DLLVM_ENABLE_EH=ON \ -DLLVM_ENABLE_RTTI=ON \ -DLLVM_HOST_TRIPLE=x86_64-pc-linux-gnu \ -DLLVM_TARGETS_TO_BUILD="...
2020 Apr 23
3
Cannot build master
I am nuilding that now. CC=clang CXX=clang++ cmake -DCMAKE_INSTALL_PREFIX=$HOME/opt/llvm11-git \ -DCMAKE_BUILD_TYPE=Release \ -DBUILD_SHARED_LIBS=ON \ -DLLVM_ENABLE_EH=ON \ -DLLVM_ENABLE_RTTI=ON \ -DLLVM_HOST_TRIPLE=x86_64-pc-linux-gnu \ -DLLVM_TARGETS_TO_BUILD="AMDGPU;MSP430;WebAssembly;X86" \ -DLLVM_EXPERIMENTAL_TARGETS_...
2020 Apr 23
2
Cannot build master
.../mine-new/llvm/llvm-project/llvm/lib/Passes/PassBuilder.cpp > ninja: build stopped: subcommand failed. > > > On 23/04/2020 18:11, Luke A. Guest via llvm-dev wrote: > > I am nuilding that now. > > > > > > CC=clang CXX=clang++ cmake -DCMAKE_INSTALL_PREFIX=$HOME/opt/llvm11-git \ > > -DCMAKE_BUILD_TYPE=Release \ > > -DBUILD_SHARED_LIBS=ON \ > > -DLLVM_ENABLE_EH=ON \ > > -DLLVM_ENABLE_RTTI=ON \ > > -DLLVM_HOST_TRIPLE=x86_64-pc-linux-gnu \ > > -DLLVM_TARGETS_TO_BUILD="AMDGPU;MSP430;...