[x86] Change the test added in r223774 to first check the spelling of
authorChandler Carruth <chandlerc@gmail.com>
Sat, 20 Dec 2014 02:19:22 +0000 (02:19 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 20 Dec 2014 02:19:22 +0000 (02:19 +0000)
commit795bfc923484b7c2d1d0b2a25bbe8b383e161aec
tree8b767a790eb3ad83902161c22ab7dbb6e0548a94
parent4acc514cc29f0c1fdb3363780e7aece3a86c24a4
[x86] Change the test added in r223774 to first check the spelling of
the error message for a bogus processor, and then look specifically for
that error message using FileCheck.

I actually tried to write the test this way at first, but drew a blank
on how to ensure the error message stayed in sync (oops). Now that I've
recalled how to do that, this is clearly better.

It also fixes an issue with a malloc implementation that actually prints
to stderr in all cases, which was causing problems for some builders it
seems.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224665 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/cpus.ll