================
@@ -53,6 +53,8 @@ class LLVM_LIBRARY_VISIBILITY VETargetInfo : public
TargetInfo {
bool hasSjLjLowering() const override { return true; }
+ bool hasBitIntType() const override { return true; }
----------------
AaronBallman wrote:
Things to test for: behavior with types > 128 bits on operations like division
(because this often requires compiler-rt support). Also,
`-fexperimental-max-bitint-width=` can be used to get larger bit widths than
what you might expect, we shouldn't crash on those cases.
https://github.com/llvm/llvm-project/pull/186587
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits