[PATCH] D124565: [mlgo] Support exposing more features than those supported by models

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Fri May 13 14:54:20 PDT 2022


Hmm... there may be something else here. I did this, by looking at
https://lab.llvm.org/buildbot/#/builders/169/builds/8182/steps/7/logs/stdio

git pull
mkdir build && cd build
cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=OFF
'-DLLVM_ENABLE_PROJECTS='\''clang;compiler-rt;lld'\'''
-DLLVM_CCACHE_BUILD=ON ../llvmninja
This completed just fine.
Could it be an issue with the caches?

On Thu, May 12, 2022 at 4:06 PM Vitaly Buka via Phabricator <
reviews at reviews.llvm.org> wrote:

> vitalybuka added a comment.
>
> It breaks several bots
> https://lab.llvm.org/buildbot/#/builders/169
> https://lab.llvm.org/buildbot/#/builders/85
> https://lab.llvm.org/buildbot/#/builders/74
> https://lab.llvm.org/buildbot/#/builders/168
>
>
> Repository:
>   rG LLVM Github Monorepo
>
> CHANGES SINCE LAST ACTION
>   https://reviews.llvm.org/D124565/new/
>
> https://reviews.llvm.org/D124565
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220513/65604860/attachment.html>


More information about the llvm-commits mailing list