On Mon, Jul 21, 2014 at 12:34 PM, Tom de Vries <tom_devr...@mentor.com> wrote:
> Dominique noticed that the .LC0 check failed on darwin, since the label LC0 > is used. This follow-up patch fixes that (and I see now you already Ok-ed > this change). > > Furthermore, I've realized from the comments in the PR that for > solaris/sun-as and darwin no cfi directives are generated. There are two > other i386 fuse-caller-save tests which test cfi directives. The reason > these tests aren't failing for solaris/sun-as and darwin like the > fuse-caller-save-xmm test did, is because they test for the absence of > specific cfi directives, which will always pass if no cfi directives are > generated. So I've removed the cfi directive checks (and removed superfluous > mains) and added tests on instructions. > > > Tested with -m32 and -m64. > > OK for trunk? This is OK. Thanks, Uros.