[PATCH] D83134: [asan] Disable fast unwinder on arm-linux-gnueabi with thumb

Adhemerval Zanella via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 8 05:21:24 PDT 2020


zatrazz added a comment.

In D83134#2133857 <https://reviews.llvm.org/D83134#2133857>, @eugenis wrote:

> Is unwinding actually broken on an all-clang, all-thumb system?


The issue is when instrumented objects interact with gcc object,, for instance running instrumented binaries on usual distros like Ubuntu. I haven't tested on a all-clang/all-thumb system, but from my understanding is clang thumb use the FP similar no arm mode (differerent than gcc), so it should work.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83134/new/

https://reviews.llvm.org/D83134





More information about the llvm-commits mailing list