diff options
Diffstat (limited to 'etc/config/mlir.amazon.properties')
-rw-r--r-- | etc/config/mlir.amazon.properties | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/etc/config/mlir.amazon.properties b/etc/config/mlir.amazon.properties deleted file mode 100644 index ddf432b4e..000000000 --- a/etc/config/mlir.amazon.properties +++ /dev/null @@ -1,24 +0,0 @@ -compilers=&mliropt -defaultCompiler=mliropt1600 -compilerType=mlir - -supportsBinary=false -supportsExecute=false -supportsAsmDocs=false - -group.mliropt.compilers=mliropt1400:mliropt1405:mliropt1600:mliropttrunk -group.mliropt.isSemVer=true -group.mliropt.baseName=MLIR opt -group.mliropt.licenseName=LLVM Apache 2 -group.mliropt.licenseLink=https://github.com/llvm/llvm-project/blob/main/mlir/LICENSE.TXT -group.mliropt.licensePreamble=The LLVM Project is under the Apache License v2.0 with LLVM Exceptions - -compiler.mliropttrunk.exe=/opt/compiler-explorer/mlir-trunk/bin/mlir-opt -compiler.mliropttrunk.semver=(trunk) -compiler.mliropttrunk.isNightly=true -compiler.mliropt1600.exe=/opt/compiler-explorer/mlir-16.0.0/bin/mlir-opt -compiler.mliropt1600.semver=16.0.0 -compiler.mliropt1405.exe=/opt/compiler-explorer/mlir-14.0.5/bin/mlir-opt -compiler.mliropt1405.semver=14.0.5 -compiler.mliropt1400.exe=/opt/compiler-explorer/mlir-14.0.0/bin/mlir-opt -compiler.mliropt1400.semver=14.0.0 |