DescriptionAllow opting out of thumb mode for ARM builds.
Heap profiler relies on frame pointers to do stack unwinding. ARM builds
are using thumb mode by default, but since frame pointers are broken in thumb
mode for both GCC and LLVM (https://llvm.org/bugs/show_bug.cgi?id=18505), we
need a way to build in arm mode.
This change exposes arm_use_thumb GN variable so that it can be set to false.
BUG=602701
Committed: https://crrev.com/2a91d261e9858e3914153f0fc3d0f57a4b126558
Cr-Commit-Position: refs/heads/master@{#393615}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|