1diff --git build/config/compiler/BUILD.gn build/config/compiler/BUILD.gn 2index af37ee76ac033..dff942745d662 100644 3--- build/config/compiler/BUILD.gn 4+++ build/config/compiler/BUILD.gn 5@@ -1826,8 +1826,6 @@ config("thin_archive") { 6 # confuses lldb. 7 if ((is_posix && !is_nacl && !is_apple) || is_fuchsia) { 8 arflags = [ "-T" ] 9- } else if (is_win && use_lld) { 10- arflags = [ "/llvmlibthin" ] 11 } 12 } 13 14