[PATCH] D62210: [WebAssembly] Implement __builtin_return_address for emscripten

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 22 02:09:17 PDT 2019


sbc100 added a comment.

Actually what happens right now if you *don't* land this?  Will it result in `link error: undefined symbol __builtin_return_address`?

Is so, why not just make __builtin_return_address and alias for emscripten_return_address in emscripten and avoid this change completely?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62210





More information about the llvm-commits mailing list