[PATCH] D22714: stop short-circuiting the SSP code for sspstrong

Daniel Micay via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 20 12:35:33 PDT 2016


strcat added a comment.

I'm not really sure how to write a sane test for this, since it only changes the stack offsets. I can't see a way to test it beyond hard-wiring the exact expected assembly, which seems too aggressive since it could change for valid reasons. Maybe I'm missing an easy way to test this.


https://reviews.llvm.org/D22714





More information about the llvm-commits mailing list