[PATCH] D122234: [clang] Link libbitint for large division of _BitInt; increase max _BitInt size

Matthias Gehre via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 29 06:45:00 PDT 2022


mgehre-amd added inline comments.


================
Comment at: clang/lib/Serialization/ASTReader.cpp:315
 #define BENIGN_ENUM_LANGOPT(Name, Type, Bits, Default, Description)
-#define BENIGN_VALUE_LANGOPT(Name, Type, Bits, Default, Description)
+#define BENIGN_VALUE_LANGOPT(Name, Bits, Default, Description)
 #include "clang/Basic/LangOptions.def"
----------------
This macro was taking the wrong number of arguments, but nobody noticed because there was no `BENIGN_VALUE_LANGOPT` before.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D122234



More information about the cfe-commits mailing list