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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rLLD LLVM Linker
Paths
| Differential D43407
Use wasm-ld instead of "lld -flavor wasm". ClosedPublic Authored by ruiu on Feb 16 2018, 1:10 PM.
Details Summary Invoking lld as ld.lld, ld.ld64, lld-link or wasm-ld are preferred
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 16 2018, 2:37 PM Closed by commit rL325405: Use wasm-ld instead of "lld -flavor wasm". (authored by ruiu). · Explain WhyFeb 16 2018, 3:01 PM Closed by commit rLLD325405: Use wasm-ld instead of "lld -flavor wasm". (authored by ruiu). · Explain Why This revision was automatically updated to reflect the committed changes. This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 134739 test/wasm/alias.ll
test/wasm/archive.ll
test/wasm/call-indirect.ll
test/wasm/comdats.ll
test/wasm/conflict.test
test/wasm/data-layout.ll
test/wasm/entry.ll
test/wasm/export.ll
test/wasm/function-imports-first.ll
test/wasm/function-imports.ll
test/wasm/function-index.test
test/wasm/gc-sections.ll
test/wasm/import-memory.test
test/wasm/init-fini.ll
test/wasm/invalid-stack-size.test
test/wasm/load-undefined.test
test/wasm/local-symbols.ll
test/wasm/locals-duplicate.test
test/wasm/many-functions.ll
test/wasm/relocatable.ll
test/wasm/signature-mismatch.ll
test/wasm/stack-pointer.ll
test/wasm/strip-debug.test
test/wasm/symbol-type-mismatch.ll
test/wasm/undefined-entry.test
test/wasm/undefined.ll
test/wasm/version.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
|