summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/WebAssembly/function-alias.ll
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-readobj] Change -long-option to --long-option in tests. NFCFangrui Song2019-05-011-1/+1
| | | | | | | | | | We use both -long-option and --long-option in tests. Switch to --long-option for consistency. In the "llvm-readelf" mode, -long-option is discouraged as it conflicts with grouped short options and it is not accepted by GNU readelf. While updating the tests, change llvm-readobj -s to llvm-readobj -S to reduce confusion ("s" is --section-headers in llvm-readobj but --symbols in llvm-readelf). llvm-svn: 359649
* [WebAssembly] MC: Handle aliases of aliasesSam Clegg2019-02-221-0/+9
| | | | | | Differential Revision: https://reviews.llvm.org/D58417 llvm-svn: 354694
* [WebAssembly] Expand symbol flags shown by llvm-objdump --symbolsSam Clegg2019-02-071-3/+6
| | | | | | Differential Revision: https://reviews.llvm.org/D57861 llvm-svn: 353357
* [WebAssembly] MC: Mark more function aliases as functionsSam Clegg2019-02-041-0/+32
Aliases of functions are now marked as function symbols even if they are bitcast to some other other non-function type. This is important for WebAssembly where object and function symbols can't alias each other. Fixes PR38866 Differential Revision: https://reviews.llvm.org/D57538 llvm-svn: 353109
OpenPOWER on IntegriCloud