r341502 added an extern declaration of TestMainArgv0 in
testing/Support/SupportHelpers.cpp; It is defined in libgtest_main,
which broke the BUILD_SHARED_LIBS build of LLVM.
So pass the unittest binary name as a parameter instead of using it directly from the helper function.