Issue metadata
Sign in to add a comment
|
Switch llvm to use llvm-libunwind instead of gcc_eh |
||||||||||||||||||||
Issue descriptionCurrently, llvm compiler in CrOS is using libgcc_eh for unwinding. We should replace it by llvm-libunwind. Previous attempts caused issues because of crashes ( BUG 723417 ), https://bugs.chromium.org/p/chromium/issues/detail?id=705071#c8 etc. On ARM32, llvm-libunwind (static archive only) does not provide all the symbols provided by libgcc_eh either so static linking fails for some packages. |
|||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||
Comment 1 by benhenry@google.com
, Jan 11