diff --git build/config/compiler/BUILD.gn build/config/compiler/BUILD.gn index cd9b186a1252f..2d0d9310485fe 100644 --- build/config/compiler/BUILD.gn +++ build/config/compiler/BUILD.gn @@ -1862,8 +1862,6 @@ config("thin_archive") { # confuses lldb. if ((is_posix && !is_nacl && !is_apple) || is_fuchsia) { arflags = [ "-T" ] - } else if (is_win && use_lld) { - arflags = [ "/llvmlibthin" ] } }