summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/WebAssembly/import-module.ll
Commit message (Collapse)AuthorAgeFilesLines
* [WebAssebmly][MC] Support .import_name/.import_field asm directivesSam Clegg2019-12-061-31/+0
| | | | | | | | Convert the MC test to use asm rather than bitcode. This is a precursor to https://reviews.llvm.org/D70520. Differential Revision: https://reviews.llvm.org/D70877
* [WebAssembly] Fix test after r359602Dan Gohman2019-04-301-1/+1
| | | | | | | Update the expected output for this test now that the EXPLICIT_NAME flag is being printed. llvm-svn: 359605
* [WebAssembly] Remove trailing whitespaces in tests (NFC)Heejin Ahn2019-03-061-1/+1
| | | | | | | | | | | | Reviewers: sbc100 Subscribers: dschuff, jgravelle-google, sunfish, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D58955 llvm-svn: 355472
* [WebAssembly] Fix imported function symbol names that differ from their ↵Dan Gohman2019-02-071-0/+31
import names in the .o format Add a flag to allow symbols to have a wasm import name which differs from the linker symbol name, allowing the linker to link code using the import_module attribute. This is the MC/Object portion of the patch. Differential Revision: https://reviews.llvm.org/D57632 llvm-svn: 353474
OpenPOWER on IntegriCloud