2017-09-12 13:21:18 -04:00
|
|
|
diff --git build/config/compiler/BUILD.gn build/config/compiler/BUILD.gn
|
2020-10-08 15:54:42 -04:00
|
|
|
index 4f6461b6b5f5..58bb48800898 100644
|
2017-09-12 13:21:18 -04:00
|
|
|
--- build/config/compiler/BUILD.gn
|
|
|
|
+++ build/config/compiler/BUILD.gn
|
2020-10-08 15:54:42 -04:00
|
|
|
@@ -1766,8 +1766,6 @@ config("thin_archive") {
|
2019-01-17 10:56:52 +01:00
|
|
|
# archive names to 16 characters, which is not what we want).
|
2020-10-08 15:54:42 -04:00
|
|
|
if ((is_posix && !is_nacl && !is_apple) || is_fuchsia) {
|
2019-01-17 10:56:52 +01:00
|
|
|
arflags = [ "-T" ]
|
|
|
|
- } else if (is_win && use_lld) {
|
|
|
|
- arflags = [ "/llvmlibthin" ]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|