[flang-commits] [PATCH] D111281: [flang] More work on SYSTEM_CLOCK runtime API and implementation

Brooks Davis via Phabricator via flang-commits flang-commits at lists.llvm.org
Tue Oct 12 11:33:10 PDT 2021


brooks added inline comments.


================
Comment at: flang/include/flang/Runtime/time-intrinsic.h:16
 #include "flang/Runtime/entry-names.h"
+#include <cinttypes>
 
----------------
There needs to be an include that defined std::size_t here. This currently fails to compile on FreeBSD.


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