Home
last modified time | relevance | path

Searched refs:filecheck (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/slang/lit-tests/
Dscriptc-filecheck-wrapper.sh24 --filecheck*)
25 filecheck="${arg#*=}"
46 if [[ (-z $outdir) || (-z $filecheck) || (-z $rsfile) ]]
83 if [[ ! -f $filecheck ]]
85 echo "No file at supplied FileCheck path $filecheck"
95 "$filecheck" -input-file "$outdir"/$filecheck_inputfile ${check_prefix} "$rsfile"
Dlit.cfg50 config.filecheck = inferTool('FileCheck', 'FILECHECK', config.environment['PATH'])
51 config.rs_filecheck_wrapper = inferTool('rs-filecheck-wrapper.sh', 'RS_FILECHECK_WRAPPER', os.path.…
52 config.scriptc_filecheck_wrapper = inferTool('scriptc-filecheck-wrapper.sh', 'SCRIPTC_FILECHECK_WRA…
65 lit_config.note('using FileCheck: %r' % config.filecheck)
66 lit_config.note('using rs-filecheck-wrapper.sh: %r' % config.rs_filecheck_wrapper)
72 …tutions.append( ('%rs-filecheck-wrapper', ' ' + config.rs_filecheck_wrapper + ' ' + config.test_ex…
73 …%scriptc-filecheck-wrapper', ' ' + config.scriptc_filecheck_wrapper + ' --output=' + config.test_e…
DREADME26 and the helper shell-script rs-filecheck-wrapper.sh, it should be possible to
/frameworks/compile/libbcc/tests/debuginfo/
Dlit.site.cfg52 config.filecheck = inferTool(lit, 'FileCheck', 'FILECHECK', \
92 + ' ' + config.filecheck + ' ' ) )
101 lit.note('using FileCheck: %r' % config.filecheck)