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

Unified Diff: build/toolchain/win/BUILD.gn

Issue 1925843002: Make the GN build flag 'use_lld' usable on Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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/win/BUILD.gn
diff --git a/build/toolchain/win/BUILD.gn b/build/toolchain/win/BUILD.gn
index e2458e2624eb8e29a04629a3e18aece35f966d33..26b8e6d872ca086c5f1bcaa761fa06ede7b74393 100644
--- a/build/toolchain/win/BUILD.gn
+++ b/build/toolchain/win/BUILD.gn
@@ -10,11 +10,6 @@ import("//build/toolchain/toolchain.gni")
# Should only be running on Windows.
assert(is_win)
-declare_args() {
- # Set to true to use lld, the LLVM linker.
- use_lld = false
-}
-
# Setup the Visual Studio state.
#
# Its arguments are the VS path and the compiler wrapper tool. It will write

Powered by Google App Engine
This is Rietveld 408576698