diff --git build/config/compiler/BUILD.gn build/config/compiler/BUILD.gn index 8166e38ceda5..178099b1ac62 100644 --- build/config/compiler/BUILD.gn +++ build/config/compiler/BUILD.gn @@ -1767,8 +1767,6 @@ config("thin_archive") { # archive names to 16 characters, which is not what we want). if ((is_posix && !is_nacl && !is_mac && !is_ios) || is_fuchsia) { arflags = [ "-T" ] - } else if (is_win && use_lld) { - arflags = [ "/llvmlibthin" ] } }