{ "inDir": "", "outDir": "", "inStrDir": "", "testedExecutablePaths": { "": "" }, "runtimes": { "": "" }, "toolchains": { "gazprea": [ { "stepName": "gazc", "executablePath": "$EXE", "arguments": [ "$INPUT", "$OUTPUT" ], "output": "gazc.ll", "allowError": true }, { "stepName": "lli", "executablePath": "/cshome/cmput415/415-resources/llvm-project/build/bin/lli", "arguments": [ "$INPUT" ], "output": "-", "usesRuntime": true, "usesInStr": true, "allowError": true } ] } }