[flang-commits] [PATCH] D105969: [flang] Add default implementation for SYSTEM_CLOCK

Diana Picus via Phabricator via flang-commits flang-commits at lists.llvm.org
Mon Aug 16 01:54:27 PDT 2021


rovka added a comment.

In D105969#2945245 <https://reviews.llvm.org/D105969#2945245>, @kiranchandramohan wrote:

> Please audit all usage of std::clock_t. std::clock_t can be unsigned on some platforms.  This has led to a couple of failures like the one mentioned inline and https://reviews.llvm.org/D107972.
>
> Similar issue shows up in the pre-merge windows build.
> https://buildkite.com/llvm-project/premerge-checks/builds/49678#f1b2ab40-9d77-411f-bd63-4cd425c5ab17

Thanks for reporting this, I'll look into it!


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105969/new/

https://reviews.llvm.org/D105969



More information about the flang-commits mailing list