Tests: strengthen CHECK line to avoid picking up stray path.
authorTim Northover <tnorthover@apple.com>
Wed, 3 May 2017 19:20:45 +0000 (19:20 +0000)
committerTim Northover <tnorthover@apple.com>
Wed, 3 May 2017 19:20:45 +0000 (19:20 +0000)
commit4c1104e199358653a77a85a3eb89e6c45ff73973
tree685fa1b94d011e8aea35d61fe3bb411b9ad69970
parent5e20c75e3abaaac2c4642d14a0b9ad49ad59b29f
Tests: strengthen CHECK line to avoid picking up stray path.

A bot had "-LTO" in its working directory, which matched the regex used in this
test. Since the arg is quoted, we can exploit that instead. Still broken if
there's a path with a quote in, but I think that's pretty niche.

llvm-svn: 302066
clang/test/Driver/arch-specific-libdir-rpath.c