summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/WebAssembly/WebAssemblyRuntimeLibcallSignatures.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [WebAssembly] Define a table of function signatures for runtime library calls.Dan Gohman2017-02-221-0/+1306
LLVM CodeGen emits references to external symbols that are never declared in LLVM IR level, so they have no declared signature. However, WebAssembly requires all functions be declared with signatures. This patch adds a table for providing signatures for known runtime libcalls that will be used in subsequent patches to emit declarations for such functions. llvm-svn: 295857
OpenPOWER on IntegriCloud