mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 13:21:04 +08:00
Add underscore aliases for strtof_l and strtod_l. _strtold_l exists in VS 2013 and above, so fix that definition as a drive-by fix. Differential Revision: https://reviews.llvm.org/D25059 llvm-svn: 282681