]> granicus.if.org Git - clang/commit
With help from chapuni on IRC, I think this is right now. =] The issue
authorChandler Carruth <chandlerc@gmail.com>
Wed, 31 Jul 2013 11:14:13 +0000 (11:14 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 31 Jul 2013 11:14:13 +0000 (11:14 +0000)
commit0ad975ef4381959ab8aa6c411a63b66d57f08075
tree24ebd2697841b334d12a6e4c29a89c8657566857
parent5fff100f05eb00fac271995ea4cc429295bcdbd5
With help from chapuni on IRC, I think this is right now. =] The issue
is that the command is quoted differently from the arguments. The
command has '\' and the argument has '\\'. This is made unclear because
FileCheck escapes the single matched '\' when it prints the contents of
the variable, thus fooling me into thinking it had matched '\\' as
intended. The solution is to bind the gcc_install variable in the
argument list rather than out of the command. To do so we also have to
be a bit more careful so that we don't get stray other things into the
'.*' regex.

Also, because of the argument difference, '\\\\' is the correct
formulation before crtbegin, go back to that.

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