aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2017-04-20 15:04:56 -0700
committerStephen Hines <srhines@google.com>2017-04-20 15:04:56 -0700
commitbd6fedfbd844cb8b9af543ee09f3898690de5dc6 (patch)
tree5b6c97eecc81c9c84da1fa390b78e08daf674b89
parent6515ea0f649745f47edc3133172cc9d3f0b81350 (diff)
downloadv8-bd6fedfbd844cb8b9af543ee09f3898690de5dc6.tar.gz
Remove unncessary -no-integrated-as flag.
Bug: http://b/18789533 Test: Rebuilt aosp_angler with/without flag successfully. This flag was added to work around a Clang assembler issue (unimplemented support for this instruction). Now that this issue is fixed and available in Android's Clang, we can remove the flag. Change-Id: Ia71fa04b6728f012b4f199fb0027c69795542354
-rw-r--r--Android.v8common.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.v8common.mk b/Android.v8common.mk
index 223db554..f0718a15 100644
--- a/Android.v8common.mk
+++ b/Android.v8common.mk
@@ -24,10 +24,6 @@ LOCAL_CFLAGS += \
LOCAL_CFLAGS_arm += -DV8_TARGET_ARCH_ARM
LOCAL_CFLAGS_arm64 += -DV8_TARGET_ARCH_ARM64
-# atomicops_internals_arm64_gcc.h:77:49: error:
-# expected compatible register, symbol or integer in range [0, 4095]
-LOCAL_CLANG_CFLAGS_arm64 += -no-integrated-as
-
LOCAL_CFLAGS_mips += -DV8_TARGET_ARCH_MIPS \
-Umips \
-finline-limit=64 \