erichkeane added inline comments.

================
Comment at: clang/lib/Frontend/InitPreprocessor.cpp:917
 
+  Builder.defineMacro("__BITINT_MAXWIDTH__", Twine(TI.getMaxBitIntWidth()));
+
----------------
Could you do an assert that TI.getMaxBitIntWidth() is not greater than the LLVM 
maximum (just somewhere, here seemed to make the most sense).


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

https://reviews.llvm.org/D117238

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to