Index: base/allocator/BUILD.gn |
diff --git a/base/allocator/BUILD.gn b/base/allocator/BUILD.gn |
index 1f69f9538c75af5c85c281624a4db69990ea20f9..cffe6c28db26e8aabc191ad85b9e94a9f1f783e9 100644 |
--- a/base/allocator/BUILD.gn |
+++ b/base/allocator/BUILD.gn |
@@ -219,7 +219,8 @@ if (use_allocator == "tcmalloc") { |
configs -= [ |
"//build/config/compiler:chromium_code", |
- # The asm code in tcmalloc is not currently thumb compatible |
+ # Thumb mode disabled due to bug in clang integrated assembler |
+ # TODO(https://llvm.org/bugs/show_bug.cgi?id=31058) |
"//build/config/compiler:compiler_arm_thumb", |
] |
configs += [ |