[flang-commits] [PATCH] D111281: [flang] More work on SYSTEM_CLOCK runtime API and implementation
Peter Klausler via Phabricator via flang-commits
flang-commits at lists.llvm.org
Tue Oct 12 11:57:44 PDT 2021
klausler added inline comments.
================
Comment at: flang/include/flang/Runtime/time-intrinsic.h:16
#include "flang/Runtime/entry-names.h"
+#include <cinttypes>
----------------
brooks wrote:
> There needs to be an include that defined std::size_t here. This currently fails to compile on FreeBSD.
Will do.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111281/new/
https://reviews.llvm.org/D111281
More information about the flang-commits
mailing list