2017-09-12 19:21:18 +02:00
|
|
|
diff --git build/config/compiler/BUILD.gn build/config/compiler/BUILD.gn
|
2023-01-03 00:34:43 +01:00
|
|
|
index 944a039d066f6..5469f6662391a 100644
|
2017-09-12 19:21:18 +02:00
|
|
|
--- build/config/compiler/BUILD.gn
|
|
|
|
+++ build/config/compiler/BUILD.gn
|
2023-01-03 00:34:43 +01:00
|
|
|
@@ -1883,8 +1883,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" ]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|