[PATCH] D121331: Cleanup include: TableGen
Mikael Holmén via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 11 06:29:38 PST 2022
uabelho added a comment.
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
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