mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
Install newly released LLVM 21 along with Clang 21 Infra PR: https://github.com/compiler-explorer/infra/pull/1799
43 lines
2.0 KiB
INI
43 lines
2.0 KiB
INI
compilers=&llvmtblgen
|
|
defaultCompiler=llvmtblgen_trunk
|
|
compilerType=tablegen
|
|
supportsBinary=false
|
|
supportsExecute=false
|
|
|
|
group.llvmtblgen.compilers=llvmtblgen_trunk:llvmtblgen1701:llvmtblgen1810:llvmtblgen1910:llvmtblgen2010:llvmtblgen2110
|
|
group.llvmtblgen.groupName=LLVM TableGen
|
|
group.llvmtblgen.baseName=LLVM TableGen
|
|
group.llvmtblgen.isSemVer=true
|
|
group.llvmtblgen.compilerType=tablegen
|
|
group.llvmtblgen.licenseName=LLVM Apache 2
|
|
group.llvmtblgen.licenseLink=https://github.com/llvm/llvm-project/blob/main/LICENSE.TXT
|
|
group.llvmtblgen.licensePreamble=The LLVM Project is under the Apache License v2.0 with LLVM Exceptions
|
|
group.llvmtblgen.supportsBinaryObject=false
|
|
group.llvmtblgen.supportsBinary=false
|
|
group.llvmtblgen.compilerCategories=tablegen
|
|
|
|
compiler.llvmtblgen_trunk.exe=/opt/compiler-explorer/clang-trunk/bin/llvm-tblgen
|
|
compiler.llvmtblgen_trunk.semver=(trunk)
|
|
compiler.llvmtblgen_trunk.isNightly=true
|
|
compiler.llvmtblgen_trunk.includePath=/opt/compiler-explorer/clang-trunk/include/
|
|
|
|
compiler.llvmtblgen1701.exe=/opt/compiler-explorer/clang-17.0.1/bin/llvm-tblgen
|
|
compiler.llvmtblgen1701.semver=17.0.1
|
|
compiler.llvmtblgen1701.includePath=/opt/compiler-explorer/clang-17.0.1/include/
|
|
|
|
compiler.llvmtblgen1810.exe=/opt/compiler-explorer/clang-18.1.0/bin/llvm-tblgen
|
|
compiler.llvmtblgen1810.semver=18.1.0
|
|
compiler.llvmtblgen1810.includePath=/opt/compiler-explorer/clang-18.1.0/include/
|
|
|
|
compiler.llvmtblgen1910.exe=/opt/compiler-explorer/clang-19.1.0/bin/llvm-tblgen
|
|
compiler.llvmtblgen1910.semver=19.1.0
|
|
compiler.llvmtblgen1910.includePath=/opt/compiler-explorer/clang-19.1.0/include/
|
|
|
|
compiler.llvmtblgen2010.exe=/opt/compiler-explorer/clang-20.1.0/bin/llvm-tblgen
|
|
compiler.llvmtblgen2010.semver=20.1.0
|
|
compiler.llvmtblgen2010.includePath=/opt/compiler-explorer/clang-20.1.0/include/
|
|
|
|
compiler.llvmtblgen2110.exe=/opt/compiler-explorer/clang-21.1.0/bin/llvm-tblgen
|
|
compiler.llvmtblgen2110.semver=21.1.0
|
|
compiler.llvmtblgen2110.includePath=/opt/compiler-explorer/clang-21.1.0/include/
|