[PATCH] D40843: [WebAssembly] Improve support for linker synthetic symbols. NFC
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 5 10:41:12 PST 2017
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: wasm/WriterUtils.h:33
+static const char* kStackPointer = "__stack_pointer";
+
----------------
In lld, if a constant appears only once in the driver, we write it in place instead of defining a constant.
https://reviews.llvm.org/D40843
More information about the llvm-commits
mailing list