Fix TargetParser unit tests for ARM / AArch64.
authorZachary Turner <zturner@google.com>
Fri, 5 Aug 2016 16:45:07 +0000 (16:45 +0000)
committerZachary Turner <zturner@google.com>
Fri, 5 Aug 2016 16:45:07 +0000 (16:45 +0000)
commit67cb90ba95b4fa03292eb0348f86b8d6642c1583
treee986fa42ddbc4102475bc6c1a080b0998307d919
parent9e4374daa3954d4603b6fd64c741cb080da79e44
Fix TargetParser unit tests for ARM / AArch64.

String pooling is not guaranteed by the standard, so if
you're comparing two different string literals for equality,
you have to use strcmp.

llvm-svn: 277831
llvm/unittests/Support/TargetParserTest.cpp