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

Unified Diff: build/common.gypi

Issue 630163005: Roll Clang 217949:218707 (+r218742 and r218921) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Drop -L that was left from previous version of the patch Created 6 years, 2 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 | tools/clang/blink_gc_plugin/CMakeLists.txt » ('j') | 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 7541519ea06784b5b3df681b94036e6def536f92..4f23513904cfb93bbd230117f1a0588f9fac2d6e 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -4500,6 +4500,16 @@
# TODO(eugenis): find a way to reenable this.
'-mllvm -asan-globals=0',
],
+ 'conditions': [
+ ['target_arch=="arm"', {
+ 'ldflags': [
+ # TODO(hans): The ASan runtime is no longer automatically
+ # added to the link line when using -nostdlib. Can we
+ # stop adding -nostdlib? (crbug.com/423429)
+ '<!(cd <(DEPTH) && pwd -P)/<(make_clang_dir)/lib/clang/3.6.0/lib/linux/libclang_rt.asan-arm-android.so',
+ ],
+ }],
+ ],
}],
['android_webview_build==0', {
'defines': [
« no previous file with comments | « no previous file | tools/clang/blink_gc_plugin/CMakeLists.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698