]> granicus.if.org Git - clang/commit
Relax an assertion here a bit. This doesn't really matter, as we won't
authorChandler Carruth <chandlerc@gmail.com>
Mon, 3 Oct 2011 08:16:09 +0000 (08:16 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 3 Oct 2011 08:16:09 +0000 (08:16 +0000)
commitb6fdf8ff44fab3474fbd0ea37d2670ad57db2781
treeedaacd7024efda5cad7c4b9926f65f9b255a4a3f
parent621e6a660b6602493a7d87bbf546d2e9840d46e3
Relax an assertion here a bit. This doesn't really matter, as we won't
include *any* path on crtbegin.o unless we actually find such a file via
one of the search paths. We still strictly check the search paths right
after this, so we'll catch any issues there.

The reason for this is that the driver does some normalization of the
path on the actual object file, and this changes the textual format of
the string on Windows. It no longer matches the textual format of the
sysroot flag.

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