]> granicus.if.org Git - clang/commit
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)
commitf08aef7aa48a59d900845b61962c19ba1bec4f4c
tree715738f9683ca1f0ba663bb5a01d4108ee2bf971
parent6f6b47de2986fb9192f97a31564563785b38f58a
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@280189 91177308-0d34-0410-b5e6-96231b3b80d8
test/Driver/cl-pch.c