forked from OSchip/llvm-project
7 lines
180 B
INI
7 lines
180 B
INI
|
# -*- Python -*-
|
||
|
|
||
|
import os
|
||
|
|
||
|
config.substitutions.append(('%lld', 'lld -flavor darwinnew -syslibroot ' +
|
||
|
os.path.join(config.test_source_root, "MachO", "Inputs", "MacOSX.sdk")))
|