[PATCH] D99080: Normalize usage of StrBoolAttr
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 23 13:00:22 PDT 2021
nikic accepted this revision.
nikic added a comment.
This revision is now accepted and ready to land.
LGTM apart from the broken assert.
================
Comment at: llvm/lib/IR/Attributes.cpp:1672
+ "value");
+#endif
+
----------------
This needs a `llvm/IR/Attributes.inc` include to actually do anything. Also typo `doens't`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99080/new/
https://reviews.llvm.org/D99080
More information about the llvm-commits
mailing list