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

Unified Diff: trunk/src/build/config/compiler/BUILD.gn

Issue 211493005: Revert 259371 "clang roll 198389:202554 reloaded" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 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 | « trunk/src/build/common.gypi ('k') | trunk/src/third_party/libxml/libxml.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/build/config/compiler/BUILD.gn
===================================================================
--- trunk/src/build/config/compiler/BUILD.gn (revision 259377)
+++ trunk/src/build/config/compiler/BUILD.gn (working copy)
@@ -238,6 +238,7 @@
if (cpu_arch == "arm") {
cflags += [
"-target arm-linux-androideabi",
+ "-mllvm -arm-enable-ehabi",
]
ldflags += [ "-target arm-linux-androideabi" ]
} else if (cpu_arch == "x86") {
« no previous file with comments | « trunk/src/build/common.gypi ('k') | trunk/src/third_party/libxml/libxml.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698