mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 06:40:01 +08:00
Previously using HostThread::GetNativeThread() required an ugly cast to most-derived type. This solves the issue by simply returning the derived type directly. llvm-svn: 222185