filecheck
Verified for current stable LTS
Filecheck Commands
Filecheck command syntax with verified terminal examples.
Commands
5 commands for Filecheck
filecheck Search
Filecheck Command: Match Input File With Check File
FileCheck --input-file=<path/to/input_file> <path/to/check_file> filecheck Search
Filecheck Command: Match Stdin With Check File
echo "<some_text>" | FileCheck <path/to/check_file> filecheck Search
Filecheck Command: Match With Custom Check Prefix
echo "<some_text>" | FileCheck --check-prefix=<prefix> <path/to/check_file> filecheck Operations
Filecheck Command: Pipe Llvm As Output Into Filecheck
llvm-as <path/to/llvm_code.ll> | FileCheck <path/to/check_file> filecheck Search
Filecheck Command: Print Good Directive Matches
echo "<some_text>" | FileCheck -v <path/to/check_file> Suggest a Filecheck Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Filecheck workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.