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

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 13 15:15:32 PDT 2022


vitalybuka added a comment.

In D124565#3512815 <https://reviews.llvm.org/D124565#3512815>, @mtrofin wrote:

> 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?

No, we can reproduce that on clean VM


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124565/new/

https://reviews.llvm.org/D124565



More information about the llvm-commits mailing list