[PATCH] D17327: [WebAssembly] Disable register stackification and coloring when not optimizing

Derek Schuff via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 16 23:02:55 PST 2016


dschuff added a comment.

So it turns out that `getOptLevel()` isn't even hooked up unless you register an `MCCodeGenInfo` for the target. So I added that.


http://reviews.llvm.org/D17327





More information about the llvm-commits mailing list