[PATCH] D108029: [clang][Codegen] Introduce the disable_sanitizer_instrumentation attribute
Alexander Potapenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 19 05:34:29 PDT 2021
glider added inline comments.
================
Comment at: llvm/include/llvm/Bitcode/LLVMBitCodes.h:674
ATTR_KIND_ELEMENTTYPE = 77,
+ ATTR_DISABLE_SANITIZER_INSTRUMENTATION = 78,
};
----------------
Missing "_KIND_"
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108029/new/
https://reviews.llvm.org/D108029
More information about the llvm-commits
mailing list