Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
# -*- 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))