brintos

brintos / llvm-project-archived public Read only

0
0
Text · 350 B · 9980e93 Raw
10 lines · python
1import os2 3config.name = "SanitizerBinaryMetadata"4config.test_source_root = os.path.dirname(__file__)5config.suffixes = [".cpp"]6# Binary metadata is currently emitted only for ELF binaries7# and sizes of stack arguments depend on the arch.8if config.target_os not in ["Linux"] or config.target_arch not in ["x86_64"]:9    config.unsupported = True10