[PATCH] D62210: [WebAssembly] Implement __builtin_return_address for emscripten
Dan Gohman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 21 12:57:38 PDT 2019
sunfish added a comment.
Would it make sense to take this opportunity to rename the library function, from `emscripten_return_address` to something more general, like `__wasm_return_address` or `__wasm_callsite_identifier` or something, so that non-Emscripten environments could implement it too if they wished?
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