Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2315)

Unified Diff: build/toolchain/toolchain.gni

Issue 2957523002: build: Remove build system support for gold plugin, except under ChromeOS, take 2. (Closed)
Patch Set: New patch Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/config/compiler/compiler.gni ('k') | chrome/test/data/nacl/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/toolchain/toolchain.gni
diff --git a/build/toolchain/toolchain.gni b/build/toolchain/toolchain.gni
index 70e0fa96037e7cd5e5c175bcc895482aeb0d91d3..79f8ff82cad2fdd41243ec24438202ecbc5e88e5 100644
--- a/build/toolchain/toolchain.gni
+++ b/build/toolchain/toolchain.gni
@@ -60,12 +60,6 @@ declare_args() {
# Clang compiler version. Clang files are placed at version-dependent paths.
clang_version = "5.0.0"
}
-
- # Set to true to use lld, the LLVM linker. This flag may be used on Windows
- # or Linux.
- use_lld = (is_win && host_os != "win") || is_fuchsia ||
- (allow_posix_link_time_opt && target_os == "linux" &&
- !is_chromeos && target_cpu == "x64")
}
# Check target_os here instead of is_ios as this file is loaded for secondary
« no previous file with comments | « build/config/compiler/compiler.gni ('k') | chrome/test/data/nacl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698