[PATCH] D126100: Add sanitizer-specific GlobalValue attributes.
Vitaly Buka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 27 17:10:39 PDT 2022
vitalybuka requested changes to this revision.
vitalybuka added a comment.
This revision now requires changes to proceed.
all stuff under llvm/... here needs testing, Bitcode and AsmParser have many tests usable as examples
Also probably better to separate from clang changes:
Patch 1: extends LLVM IR
Patch 2: Integrate new LLVM IR feature into clang
LangRef.rst part will probably requires wider review. I suspect we there will be strong opinions.
So maybe you can extract just a document into a 3rd patch.
Also it does not really document what new attributes do.
For review context you can organize them into Stack.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126100/new/
https://reviews.llvm.org/D126100
More information about the cfe-commits
mailing list