[PATCH] D121331: Cleanup include: TableGen

serge via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 11 06:57:08 PST 2022


serge-sans-paille added a comment.

In D121331#3375150 <https://reviews.llvm.org/D121331#3375150>, @uabelho wrote:

> Hello,
>
> This broke compiling with
>  -DLLVM_ENABLE_Z3_SOLVER=ON
>
> 12:39:06 ../lib/Support/Z3Solver.cpp:42:28: error: 'llvm::Twine' is an incomplete type
> 12:39:06                            llvm::Twine(Z3_get_error_msg(Context, Error)));
> 12:39:06                            ^
> 12:39:06 ../include/llvm/Support/ErrorHandling.h:21:9: note: forward declaration of 'llvm::Twine'
> 12:39:06   class Twine;
> 12:39:06         ^
>
> etc

Thanks for reporting the error. Should be fixed on main now.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121331



More information about the llvm-commits mailing list