[PATCH] D44333: [WebAssembly] Reorder synthetic functions to come first

Nicholas Wilson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 9 15:50:18 PST 2018


ncw created this revision.
ncw added a reviewer: sbc100.
Herald added subscribers: llvm-commits, sunfish, aheejin, jgravelle-google, dschuff, jfb.

This matches the existing ordering that's been there for globals for a while (__stack_pointer coming first).


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D44333

Files:
  test/wasm/alias.ll
  test/wasm/call-indirect.ll
  test/wasm/comdats.ll
  test/wasm/entry.ll
  test/wasm/export.ll
  test/wasm/function-imports-first.ll
  test/wasm/function-imports.ll
  test/wasm/gc-sections.ll
  test/wasm/init-fini.ll
  test/wasm/load-undefined.test
  test/wasm/local-symbols.ll
  test/wasm/locals-duplicate.test
  test/wasm/undefined-weak-call.ll
  test/wasm/visibility-hidden.ll
  test/wasm/weak-alias-overide.ll
  test/wasm/weak-alias.ll
  test/wasm/weak-symbols.ll
  test/wasm/weak-undefined.ll
  wasm/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44333.137863.patch
Type: text/x-patch
Size: 57485 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180309/921a65d5/attachment.bin>


More information about the llvm-commits mailing list