================
@@ -53,6 +53,8 @@ class LLVM_LIBRARY_VISIBILITY VETargetInfo : public
TargetInfo {
bool hasSjLjLowering() const override { return true; }
+ bool hasBitIntType() const override { return true; }
----------------
kaz7 wrote:I will try to create tests for clang and llvm backend. https://github.com/llvm/llvm-project/pull/186587 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
