blob: 64d28802068b1a3ce76c8dcb06b07fe09868b7c1 [file] [log] [blame]
# -*- Python -*-
import os
lld = ('lld -flavor darwinnew -syslibroot ' +
os.path.join(config.test_source_root, "MachO", "Inputs", "MacOSX.sdk"))
config.substitutions.append(('%lld', lld + ' -fatal_warnings'))
config.substitutions.append(('%no_fatal_warnings_lld', lld))