[PATCH] D52622: [WebAssembly] Refactor use of signatures

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 6 04:53:14 PDT 2018


xbolva00 added a comment.

. at dschuff GCC 7.3 fails to compile this..

/home/xbolva00/LLVM/llvm/tools/lld/wasm/Driver.cpp: In member function ‘void {anonymous}::LinkerDriver::link(llvm::ArrayRef<const char*>)’:
/home/xbolva00/LLVM/llvm/tools/lld/wasm/Driver.cpp:459:65: error: could not convert ‘{<brace-enclosed initializer list>(), WASM_TYPE_NORESULT}’ from ‘<brace-enclosed initializer list>’ to ‘llvm::wasm::WasmSignature’

  static WasmSignature NullSignature = {{}, WASM_TYPE_NORESULT};
                                                              ^


Repository:
  rL LLVM

https://reviews.llvm.org/D52622





More information about the llvm-commits mailing list