[llvm] r296095 - [WebAssembly] Add a README.txt entry for mergeable sections.
Dan Gohman via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 23 23:33:56 PST 2017
Author: djg
Date: Fri Feb 24 01:33:55 2017
New Revision: 296095
URL: http://llvm.org/viewvc/llvm-project?rev=296095&view=rev
Log:
[WebAssembly] Add a README.txt entry for mergeable sections.
Modified:
llvm/trunk/lib/Target/WebAssembly/README.txt
Modified: llvm/trunk/lib/Target/WebAssembly/README.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/WebAssembly/README.txt?rev=296095&r1=296094&r2=296095&view=diff
==============================================================================
--- llvm/trunk/lib/Target/WebAssembly/README.txt (original)
+++ llvm/trunk/lib/Target/WebAssembly/README.txt Fri Feb 24 01:33:55 2017
@@ -145,3 +145,8 @@ WebAssemblyRegStackify could be extended
advantage of the new opportunities.
//===---------------------------------------------------------------------===//
+
+Add support for mergeable sections in the Wasm writer, such as for strings and
+floating-point constants.
+
+//===---------------------------------------------------------------------===//
More information about the llvm-commits
mailing list