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

Guanzhong Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 21 17:59:56 PDT 2019


quantum updated this revision to Diff 200619.
quantum marked 2 inline comments as done.
quantum added a comment.

Use `not` instead of `XFAIL`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62210

Files:
  llvm/include/llvm/IR/RuntimeLibcalls.def
  llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
  llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h
  llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
  llvm/test/CodeGen/WebAssembly/return-address-emscripten.ll
  llvm/test/CodeGen/WebAssembly/return-address-unknown.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62210.200619.patch
Type: text/x-patch
Size: 5913 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190522/6686bde3/attachment.bin>


More information about the llvm-commits mailing list