[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 13:21:33 PDT 2019


quantum marked an inline comment as done.
quantum added inline comments.


================
Comment at: llvm/test/CodeGen/WebAssembly/return-address-unknown.ll:2
+; RUN: llc < %s -asm-verbose=false 2>&1 | FileCheck %s
+; XFAIL: *
+
----------------
tlively wrote:
> I don't think this XFAIL should be necessary any more, right?
It is necessary. Without the XFAIL it gets count as an unexpected failure.


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