llvm-project/llvm/lib/AsmParser
Mitch Phillips 8db981d463 Add sanitizer-specific GlobalValue attributes.
Plan is the migrate the global variable metadata for sanitizers, that's
currently carried around generally in the 'llvm.asan.globals' section,
onto the global variable itself.

This patch adds the attribute and plumbs it through the LLVM IR and
bitcode formats, but is a no-op other than that so far.

Reviewed By: vitalybuka, kstoimenov

Differential Revision: https://reviews.llvm.org/D126100
2022-06-10 12:28:18 -07:00
..
CMakeLists.txt llvmbuildectomy - replace llvm-build by plain cmake 2020-11-13 10:35:24 +01:00
LLLexer.cpp Add sanitizer-specific GlobalValue attributes. 2022-06-10 12:28:18 -07:00
LLParser.cpp Add sanitizer-specific GlobalValue attributes. 2022-06-10 12:28:18 -07:00
Parser.cpp Cleanup includes: DebugInfo & CodeGen 2022-03-12 17:26:40 +01:00