[PATCH] D89959: UBSAN: emit distinctive traps in trapping mode
Johannes Doerfert via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 5 13:58:09 PST 2020
jdoerfert added inline comments.
================
Comment at: llvm/include/llvm/IR/Intrinsics.td:1242
+def int_ubsantrap : Intrinsic<[], [llvm_i8_ty],
+ [IntrNoReturn, IntrCold, ImmArg<ArgIndex<0>>]>;
----------------
should this be readonly and inaccesiblememonly?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89959/new/
https://reviews.llvm.org/D89959
More information about the cfe-commits
mailing list