[PATCH] D43407: Use wasm-ld instead of "lld -flavor wasm".

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 16 13:10:56 PST 2018


ruiu created this revision.
ruiu added a reviewer: sbc100.
Herald added subscribers: sunfish, aheejin, jfb.

Invoking lld as ld.lld, ld.ld64, lld-link or wasm-ld are preferred
than invoking lld as lld and pass an -flavor option. We have "lld"
file mostly for historical reasons.


https://reviews.llvm.org/D43407

Files:
  lld/test/wasm/alias.ll
  lld/test/wasm/archive.ll
  lld/test/wasm/call-indirect.ll
  lld/test/wasm/comdats.ll
  lld/test/wasm/conflict.test
  lld/test/wasm/data-layout.ll
  lld/test/wasm/entry.ll
  lld/test/wasm/export.ll
  lld/test/wasm/function-imports-first.ll
  lld/test/wasm/function-imports.ll
  lld/test/wasm/function-index.test
  lld/test/wasm/gc-sections.ll
  lld/test/wasm/import-memory.test
  lld/test/wasm/init-fini.ll
  lld/test/wasm/invalid-stack-size.test
  lld/test/wasm/load-undefined.test
  lld/test/wasm/local-symbols.ll
  lld/test/wasm/locals-duplicate.test
  lld/test/wasm/many-functions.ll
  lld/test/wasm/relocatable.ll
  lld/test/wasm/signature-mismatch.ll
  lld/test/wasm/stack-pointer.ll
  lld/test/wasm/strip-debug.test
  lld/test/wasm/symbol-type-mismatch.ll
  lld/test/wasm/undefined-entry.test
  lld/test/wasm/undefined.ll
  lld/test/wasm/version.ll
  lld/test/wasm/visibility-hidden.ll
  lld/test/wasm/weak-alias-overide.ll
  lld/test/wasm/weak-alias.ll
  lld/test/wasm/weak-symbols.ll
  lld/test/wasm/weak-undefined.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43407.134706.patch
Type: text/x-patch
Size: 22347 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180216/5f72e0e2/attachment.bin>


More information about the llvm-commits mailing list