From: Dan Gohman Date: Fri, 24 Feb 2017 07:33:55 +0000 (+0000) Subject: [WebAssembly] Add a README.txt entry for mergeable sections. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1d145173f13c2d2db056e63834e371865bf3b4b;p=llvm [WebAssembly] Add a README.txt entry for mergeable sections. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296095 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/WebAssembly/README.txt b/lib/Target/WebAssembly/README.txt index 64991ad1407..3be7007a57f 100644 --- a/lib/Target/WebAssembly/README.txt +++ b/lib/Target/WebAssembly/README.txt @@ -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. + +//===---------------------------------------------------------------------===//