@@ -86,12 +86,14 @@ compilers:
8686 - { image: gcc-cross, name: bpf, args: "bpf trunk" }
8787 - { image: gcc-cross, name: powerpc64, args: "powerpc64 trunk" }
8888 - { image: gcc-cross, name: powerpc64le, args: "powerpc64le trunk" }
89- # see https://github.com/compiler-explorer/clang-builder/issues/28
90- # - { image: clang, name: clang_embed, args: embed-trunk }
9189 - { image: clang, name: llvm_spirv, args: llvm-spirv, repos: ["https://github.com/KhronosGroup/SPIRV-Tools/tree/main"] }
9290
91+ # see https://github.com/compiler-explorer/clang-builder/issues/28
92+ # - { image: clang, name: clang_embed, args: embed-trunk }
9393 # see https://github.com/compiler-explorer/compiler-explorer/issues/6836
9494 # - { image: clang, name: dang, args: dang-main }
95+ # corrects the previous two, has the same features
96+ - { image: clang, name: thephd.dev, args: thephd.dev }
9597
9698 - { image: clang, name: widberg, args: widberg-main, repos: ["https://github.com/widberg/llvm-project-widberg-extensions/tree/main"] }
9799 - { image: ispc, name: ispc, repos: ["https://github.com/ispc/ispc"] , size: small}
0 commit comments