[PATCH] D108029: [clang][Codegen] Introduce the disable_sanitizer_instrumentation attribute
Marco Elver via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 19 06:30:20 PDT 2021
melver added inline comments.
================
Comment at: llvm/lib/AsmParser/LLLexer.cpp:646
KEYWORD(dereferenceable_or_null);
+ KEYWORD(disable_sanitizer_instrumentation);
KEYWORD(elementtype);
----------------
Do the tests pass?
There should also be the code that actually turns the token into the attribute in llvm/lib/AsmParser/LLParser.cpp
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