3 config
.name
= "SanitizerBinaryMetadata"
4 config
.test_source_root
= os
.path
.dirname(__file__
)
5 config
.suffixes
= [".cpp"]
6 # Binary metadata is currently emited only for ELF binaries
7 # and sizes of stack arguments depend on the arch.
8 if config
.host_os
not in ["Linux"] or config
.target_arch
not in ["x86_64"]:
9 config
.unsupported
= True