[flang][MSVC] Fix building with `/permissive-` flag
CLOCK_REALTIME is POSIX defined and never available with MSVC, even without /permissive-. The difference is that the template is never instantiated and the compiler ignores the undefined identifier. Reviewed By: Meinersbur Differential Revision: https://reviews.llvm.org/D125262
Loading
Please sign in to comment