[PATCH] D121331: Cleanup include: TableGen
Mikael Holmén via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 13 23:06:50 PDT 2022
uabelho added a comment.
In D121331#3375170 <https://reviews.llvm.org/D121331#3375170>, @serge-sans-paille wrote:
> 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.
Yep, thanks!
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