1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00

[WebAssembly] Add a README.txt entry for mergeable sections.

llvm-svn: 296095
This commit is contained in:
Dan Gohman 2017-02-24 07:33:55 +00:00
parent 8e70ffe44b
commit ecd2613b82

View File

@ -145,3 +145,8 @@ WebAssemblyRegStackify could be extended, or possibly rewritten, to take
advantage of the new opportunities.
//===---------------------------------------------------------------------===//
Add support for mergeable sections in the Wasm writer, such as for strings and
floating-point constants.
//===---------------------------------------------------------------------===//