Concatenate two FileCheck lines in a test.
authorRichard Trieu <rtrieu@google.com>
Wed, 31 Aug 2016 01:57:12 +0000 (01:57 +0000)
committerRichard Trieu <rtrieu@google.com>
Wed, 31 Aug 2016 01:57:12 +0000 (01:57 +0000)
commit5ed6fe739f74aca51cf6d52c545283db68034077
treebd9069fe8188a79b72567b1bc1cea6c26a6a8cb8
parent97a189c7169cfaf927c32b3870675ae161970e09
Concatenate two FileCheck lines in a test.

'cc1' is a valid sequence of hexadecimal and sometimes can occur in the path
when testing.  This can lead to FileCheck matching the incorrect occurance
of the 'cc1' string and causing a test failure.  Join two adjacent flags
together into one check to prevent this.

llvm-svn: 280189
clang/test/Driver/cl-pch.c