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

Unified Diff: build/common.gypi

Issue 1273053003: build: Use lld-link instead of lld-link2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 03e7aad947fa5bd5cf04d2aed1ba9d41912a6e23..5de6b448e89bd8e204c07ad177284ebee2de2b1c 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -6002,9 +6002,9 @@
}],
['use_lld==1 and OS=="win"', {
'make_global_settings': [
- # Limited to Windows because -flavor link2 is the driver that is
+ # Limited to Windows because lld-link is the driver that is
# compatible with link.exe.
- ['LD', '<(make_clang_dir)/bin/lld -flavor link2'],
+ ['LD', '<(make_clang_dir)/bin/lld-link'],
],
}],
['OS=="android" and clang==0', {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698