37 lines
757 B
JSON
37 lines
757 B
JSON
{
|
|
"inDir": "<inDir>",
|
|
"outDir": "<outDir>",
|
|
"inStrDir": "<inStrDir>",
|
|
"testedExecutablePaths": {
|
|
"<team id>": "<path_to_gazc_exe>"
|
|
},
|
|
"runtimes": {
|
|
"<team id>": "<path_to_libgazrt.so>"
|
|
},
|
|
"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
|
|
}
|
|
]
|
|
}
|
|
}
|