[llvm] cf5bbeb - [gn build] Remove unix x86 stage2 toolchain

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 9 09:37:07 PDT 2024


Author: Arthur Eubanks
Date: 2024-10-09T16:34:38Z
New Revision: cf5bbeb533d49fd3f3c174af2239188e2d47b7db

URL: https://github.com/llvm/llvm-project/commit/cf5bbeb533d49fd3f3c174af2239188e2d47b7db
DIFF: https://github.com/llvm/llvm-project/commit/cf5bbeb533d49fd3f3c174af2239188e2d47b7db.diff

LOG: [gn build] Remove unix x86 stage2 toolchain

It's breaking the bots, e.g. http://45.33.8.238/linux/149792/step_3.txt

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/compiler-rt/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/BUILD.gn
index c8d3917ccde31e..b31016108419e6 100644
--- a/llvm/utils/gn/secondary/compiler-rt/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/BUILD.gn
@@ -12,7 +12,6 @@ if (current_os == "win" || win_sysroot != "") {
 }
 if (current_os != "win") {
   supported_toolchains += [ "//llvm/utils/gn/build/toolchain:stage2_unix" ]
-  supported_toolchains += [ "//llvm/utils/gn/build/toolchain:stage2_unix_x86" ]
 }
 supported_toolchains += supported_android_toolchains
 if (llvm_build_AArch64) {


        


More information about the llvm-commits mailing list