]> granicus.if.org Git - clang/commit
Correct OpenBSD profiling test
authorDmitri Gribenko <gribozavr@gmail.com>
Mon, 7 Jan 2013 23:55:47 +0000 (23:55 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Mon, 7 Jan 2013 23:55:47 +0000 (23:55 +0000)
commitc117f39a772a3f1e42915d79916013e9fa9f29a9
treeadef7e6e1f481fae13859e22cab7578d71120480
parent9c78f9bddc42dbdeb05a7183b4770d33b0bda7d3
Correct OpenBSD profiling test

The test should be looking for gcrt0.o not crt0.o.  Clang was already printing
"gcrt0", but the test was looking for "{{.*}}crt0.o", and the .* regexp
consumed "g".

Patch by Brad Smith.

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