File: lit.local.cfg

package info (click to toggle)
spirv-llvm-translator-14 14.0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 15,640 kB
  • sloc: cpp: 47,664; lisp: 3,704; sh: 153; python: 43; makefile: 33
file content (6 lines) | stat: -rw-r--r-- 246 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
config.substitutions.append(('%triple', config.target_triple))

# Building dependencies for debug info tests takes too long,
# so travis ci terminates the build after time out.
if config.spirv_skip_debug_info_tests:
    config.unsupported = True