mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 07:57:36 +08:00
gmtime and gmtime_r share the same common code. They call gmtime_internal a static inline function. Thus added only validation tests for gmtime_r. Reviewed By: sivachandra Differential Revision: https://reviews.llvm.org/D99046