Fix a missing comma between two string literals.
authorEtienne Bergeron <etienneb@google.com>
Thu, 24 Mar 2016 18:29:24 +0000 (18:29 +0000)
committerEtienne Bergeron <etienneb@google.com>
Thu, 24 Mar 2016 18:29:24 +0000 (18:29 +0000)
commite8ae26fb3493ae6e054d65a50f578fe5003d6caf
tree9d2cbd5ec8f266afab4f77f1e30222df70512576
parent1684d7c94467dafca39b720bb06110ea9cfca65a
Fix a missing comma between two string literals.

Summary:
The two literals are currently appended.

I'm not sure what was broken by this. Please double check carefully.

Silly bug found by an on-going checker for clang-tidy.

Reviewers: alexfh, arsenm, rnk

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D18454

llvm-svn: 264315
clang/lib/Basic/Targets.cpp