mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-04 21:30:49 +00:00
86aa95fc28
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174072 91177308-0d34-0410-b5e6-96231b3b80d8
8 lines
258 B
INI
8 lines
258 B
INI
config.name = 'shtest-format'
|
|
config.suffixes = ['.txt']
|
|
config.test_format = lit.formats.ShTest()
|
|
config.test_source_root = None
|
|
config.test_exec_root = None
|
|
config.target_triple = 'x86_64-unknown-unknown'
|
|
config.available_features.add('a-present-feature')
|