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

Unified Diff: build/toolchain/gcc_toolchain.gni

Issue 2891843002: build: Remove build system support for gold plugin, except under ChromeOS. (Closed)
Patch Set: Created 3 years, 7 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
Index: build/toolchain/gcc_toolchain.gni
diff --git a/build/toolchain/gcc_toolchain.gni b/build/toolchain/gcc_toolchain.gni
index fa0de63052aeae948fca9aa10f020d63db87bd9b..ed42ec22e640b973a93b51c3959d289a378fc644 100644
--- a/build/toolchain/gcc_toolchain.gni
+++ b/build/toolchain/gcc_toolchain.gni
@@ -254,10 +254,8 @@ template("gcc_toolchain") {
extra_ldflags = ""
}
- # Currently disabled on LLD because of a bug (fixed upstream).
- # See https://crbug.com/716209.
enable_linker_map = defined(invoker.enable_linker_map) &&
- invoker.enable_linker_map && !use_lld
+ invoker.enable_linker_map
# These library switches can apply to all tools below.
lib_switch = "-l"

Powered by Google App Engine
This is Rietveld 408576698