But only produce a warning for now unless --fatal-warnings
is passed
Details
Details
Diff Detail
Diff Detail
- Repository
- rLLD LLVM Linker
Paths
| Differential D46484
[WebAssembly] Check function signatures by default ClosedPublic Authored by sbc100 on May 4 2018, 5:33 PM.
Details Summary But only produce a warning for now unless --fatal-warnings
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, sunfish, aheejin and 2 others. · View Herald TranscriptMay 4 2018, 5:33 PM This revision is now accepted and ready to land.May 4 2018, 5:50 PM Closed by commit rL331574: [WebAssembly] Check function signatures by default (authored by sbc). · Explain WhyMay 4 2018, 6:26 PM Closed by commit rLLD331574: [WebAssembly] Check function signatures by default (authored by sbc). · 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 145339 test/wasm/alias.ll
test/wasm/archive.ll
test/wasm/call-indirect.ll
test/wasm/comdats.ll
test/wasm/conflict.test
test/wasm/custom-sections.ll
test/wasm/cxx-mangling.ll
test/wasm/data-layout.ll
test/wasm/demangle.ll
test/wasm/entry.ll
test/wasm/export-table.test
test/wasm/export.ll
test/wasm/fatal-warnings.ll
test/wasm/function-imports-first.ll
test/wasm/function-imports.ll
test/wasm/function-index.test
test/wasm/import-memory.test
test/wasm/import-table.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/reloc-addend.ll
test/wasm/relocatable.ll
test/wasm/signature-mismatch-weak.ll
test/wasm/signature-mismatch.ll
test/wasm/stack-first.test
test/wasm/stack-pointer.ll
test/wasm/strip-debug.test
test/wasm/symbol-type-mismatch.ll
test/wasm/undefined-entry.test
test/wasm/undefined-weak-call.ll
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
wasm/Config.h
wasm/Driver.cpp
wasm/Options.td
wasm/SymbolTable.cpp
|