OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FILECHECK
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/slang/lit-tests/
rs-filecheck-wrapper.sh
3
# RS Invocation script to
FileCheck
4
# Usage: rs-
filecheck
-wrapper.sh <output-directory> <path-to-
FileCheck
> <source> [<more-args>]
7
FILECHECK
=$2
13
# This runs
FileCheck
on both the 32 bit and the 64 bit bitcode files.
14
$
FILECHECK
-input-file $OUTDIR/bc32/$FILECHECK_INPUTFILE $SOURCEFILE $@
15
$
FILECHECK
-input-file $OUTDIR/bc64/$FILECHECK_INPUTFILE $SOURCEFILE $@
/bionic/tests/
file-check-cxx
2
FILECHECK
=$1
8
$CXX "$@" -Wno-error 2>&1 | $
FILECHECK
-check-prefix=$PREFIX $SOURCE
Completed in 1176 milliseconds