[PATCH] D77924: ld128 demangle: allow space for 'L' suffix.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 30 14:49:30 PDT 2020


efriedma added a comment.

It looks like the behavior here is host-dependent (we demangle the target's long double literals based on the host's long double).  Is that correct?  Should we try to avoid that?  It seems like a bad idea to make llvm-cxxfilt behave differently on different targets.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77924



More information about the llvm-commits mailing list