summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/dsymutil/X86/lit.local.cfg
blob: 74244134270fd03b6b49f87acd0b85ca850a96b3 (plain)
1
2
3
4
5
6
7
8
9
10
import os

if not 'X86' in config.root.targets:
    config.unsupported = True

if config.llvm_use_sanitizer:
    suppr = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'suppressions.txt')
    config.environment['LSAN_OPTIONS'] = 'suppressions={}'.format(suppr)

config.suffixes = ['.test', '.cpp', '.m', '.s']
OpenPOWER on IntegriCloud