aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/TableGen/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/TableGen/Android.bp b/utils/TableGen/Android.bp
index fd47688c76..c42a7a0111 100644
--- a/utils/TableGen/Android.bp
+++ b/utils/TableGen/Android.bp
@@ -8,6 +8,10 @@ cc_binary_host {
"libLLVMSupport",
],
+ cflags: [
+ "-Wno-implicit-fallthrough",
+ // NeonEmitter.cpp has several -Wimplicit-fallthrough.
+ ],
tidy_checks: [
"-google-runtime-member-string-references",
],