[PATCH] D37497: [WebAssembly] Fix getSymbolValue() for globals that are not 32-bit const values.

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 6 12:11:58 PDT 2017


sbc100 updated this revision to Diff 114044.
sbc100 added a comment.

- Don't treat imports/exports as symbols table unless linking


https://reviews.llvm.org/D37497

Files:
  include/llvm/Object/Wasm.h
  lib/Object/WasmObjectFile.cpp
  lib/ObjectYAML/WasmYAML.cpp
  test/MC/WebAssembly/unnamed-data.ll
  test/tools/llvm-nm/wasm/exports.yaml
  test/tools/llvm-nm/wasm/imports.yaml
  test/tools/llvm-nm/wasm/weak-symbols.yaml
  test/tools/llvm-objdump/WebAssembly/symbol-table.test
  test/tools/llvm-readobj/symbols.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37497.114044.patch
Type: text/x-patch
Size: 12579 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170906/07188f25/attachment.bin>


More information about the llvm-commits mailing list