[PATCH] D139644: [InlineAdvisor] Allow loading advisors as plugins
Mircea Trofin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 16 14:33:41 PST 2022
mtrofin added a comment.
In D139644#4002606 <https://reviews.llvm.org/D139644#4002606>, @IBricchi wrote:
> My bad, should be fixed now
Thanks
Have you tried building from scratch - i.e. `rm -rf` your build dir, and start from cmake - because I'm getting this:
/other/llvm-project/llvm/include/llvm/IR/Attributes.h:90:14: fatal error: 'llvm/IR/Attributes.inc' file not found
#include "llvm/IR/Attributes.inc"
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139644/new/
https://reviews.llvm.org/D139644
More information about the llvm-commits
mailing list