llvm-project/compiler-rt/test/metadata
Marco Elver bf9814b705 [SanitizerBinaryMetadata] Emit constants as ULEB128
Emit all constant integers produced by SanitizerBinaryMetadata as
ULEB128 to further reduce binary space used. Increasing the version is
not necessary given this change depends on (and will land) along with
the bump to v2.

To support this, the !pcsections metadata format is extended to allow
for per-section options, encoded in the first MD operator which must
always be a string and contain the section: "<section>!<options>".

Reviewed By: dvyukov

Differential Revision: https://reviews.llvm.org/D143484
2023-02-08 13:12:34 +01:00
..
CMakeLists.txt sanmd: refine selection of functions for UAR checking 2023-01-21 09:51:15 +01:00
common.h [SanitizerBinaryMetadata] Emit constants as ULEB128 2023-02-08 13:12:34 +01:00
covered.cpp [SanitizerBinaryMetadata] Optimize used space for features and UAR stack args 2023-02-08 13:12:33 +01:00
lit.cfg.py
lit.site.cfg.py.in [SanitizerBinaryMetadata] Optimize used space for features and UAR stack args 2023-02-08 13:12:33 +01:00
nocallback.cpp [SanitizerBinaryMetadata] Declare callbacks extern weak 2023-01-24 12:54:20 +01:00
uar.cpp [SanitizerBinaryMetadata] Optimize used space for features and UAR stack args 2023-02-08 13:12:33 +01:00