Welcome to mirror list, hosted at ThFree Co, Russian Federation.

lit.local.cfg « X86 « test « bolt - github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fa9e680822d43ef07ff7cf8e62045473c12ffe80 (plain)
1
2
3
4
5
6
7
if config.host_arch not in ['x86', 'X86', 'x86_64']:
    config.unsupported = True

config.substitutions.insert(
    0, ('%cflags',
        '%cflags --target=x86_64--pc-linux -nostartfiles -nostdlib -fuse-ld=lld'
        ' -Wl,--unresolved-symbols=ignore-all'))