reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
    1
    2
    3
    4
    5
    6
if not ('ld64_plugin' in config.available_features and 'X86' in config.root.targets):
    config.unsupported = True

# These tests invoke ld64 from the system, which is not leak-free
if "Address" in config.llvm_use_sanitizer:
    config.environment['ASAN_OPTIONS'] = 'detect_leaks=0'