Skip to content

Commit cf5bbeb

Browse files
committed
[gn build] Remove unix x86 stage2 toolchain
It's breaking the bots, e.g. http://45.33.8.238/linux/149792/step_3.txt
1 parent 2e47b93 commit cf5bbeb

File tree

1 file changed

+0
-1
lines changed
  • llvm/utils/gn/secondary/compiler-rt

1 file changed

+0
-1
lines changed

llvm/utils/gn/secondary/compiler-rt/BUILD.gn

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ if (current_os == "win" || win_sysroot != "") {
1212
}
1313
if (current_os != "win") {
1414
supported_toolchains += [ "//llvm/utils/gn/build/toolchain:stage2_unix" ]
15-
supported_toolchains += [ "//llvm/utils/gn/build/toolchain:stage2_unix_x86" ]
1615
}
1716
supported_toolchains += supported_android_toolchains
1817
if (llvm_build_AArch64) {

0 commit comments

Comments
 (0)