Fix pointer / callee-save stack sto size.
Update comment character to be LISP-ish.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/trunk/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCAsmInfo.cpp | ||
---|---|---|
31 | I'm ok using ';', but I suggest this comment just say something like "The s-expression format of WebAssembly uses LISP-style comments" since there may be other text formats, and since design justifications belong on the WebAssembly side rather than the LLVM side. | |
38 | It looks like asm strings are by default printed with emitRawComment which includes the comment character and newline. Do we need to override the defaults for these strings? |
I'm ok using ';', but I suggest this comment just say something like "The s-expression format of WebAssembly uses LISP-style comments" since there may be other text formats, and since design justifications belong on the WebAssembly side rather than the LLVM side.