[PATCH] D66839: Fix stack address builtin for negative numbers

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 29 17:25:36 PDT 2019


efriedma added a comment.

In the context of __builtin_frame_address, an arbitrary limit is probably okay.  Maybe something like 0xFFFF, which is larger than anyone would realistically use, but doesn't take a crazy amount of time to compile.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D66839





More information about the cfe-commits mailing list