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

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

Issue 195623002: roll clang 198389:202554 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cros 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
Index: build/config/compiler/BUILD.gn
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
index 455dce9325eab2ea50e8fbd761c21d868f83e9e6..2f74878e3ea3523b2df093f9ccb1699754cf47f3 100644
--- a/build/config/compiler/BUILD.gn
+++ b/build/config/compiler/BUILD.gn
@@ -237,7 +237,6 @@ config("compiler") {
if (cpu_arch == "arm") {
cflags += [
"-target arm-linux-androideabi",
- "-mllvm -arm-enable-ehabi",
]
ldflags += [ "-target arm-linux-androideabi" ]
} else if (cpu_arch == "x86") {

Powered by Google App Engine
This is Rietveld 408576698