2017-09-12 19:21:18 +02:00
|
|
|
diff --git build/config/compiler/BUILD.gn build/config/compiler/BUILD.gn
|
2023-08-09 23:17:17 +02:00
|
|
|
index 46a1fcea63c6f..2dec894abe729 100644
|
2017-09-12 19:21:18 +02:00
|
|
|
--- build/config/compiler/BUILD.gn
|
|
|
|
+++ build/config/compiler/BUILD.gn
|
2023-08-09 23:17:17 +02:00
|
|
|
@@ -2062,8 +2062,6 @@ config("thin_archive") {
|
2021-07-23 18:40:13 +02:00
|
|
|
# confuses lldb.
|
|
|
|
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" ]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|