wcslen is part of the C99 and C++98 standards.
- This introduces the function to TargetLibraryInfo.
- Also set attributes for wcslen in llvm::inferLibFuncAttributes().
This especially helps eliminating unnecessary exception landing pads in the std::wstring constructor which is often inlined.