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

Unified Diff: build/toolchain/gcc_toolchain.gni

Issue 2766333002: Use llvm-ar when building with Clang. (Closed)
Patch Set: Move a comment Created 3 years, 9 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/posix/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/toolchain/gcc_toolchain.gni
diff --git a/build/toolchain/gcc_toolchain.gni b/build/toolchain/gcc_toolchain.gni
index 8f7b52c5a7cc17b9aa4b8f3db343affa9dae74da..dfd187954cd148c690223a913eeac524a85e269c 100644
--- a/build/toolchain/gcc_toolchain.gni
+++ b/build/toolchain/gcc_toolchain.gni
@@ -553,7 +553,7 @@ template("clang_toolchain") {
cxx = "$prefix/clang++"
ld = cxx
readelf = "${toolprefix}readelf"
- ar = "${toolprefix}ar"
+ ar = "${prefix}/llvm-ar"
nm = "${toolprefix}nm"
forward_variables_from(invoker,
« no previous file with comments | « build/config/posix/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698