[all-commits] [llvm/llvm-project] f7858e: [flang] Fix build on FreeBSD (need size_t)
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Oct 12 13:00:19 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f7858e7582e4b0e0e544cc9c09e5a6d92d0957a5
https://github.com/llvm/llvm-project/commit/f7858e7582e4b0e0e544cc9c09e5a6d92d0957a5
Author: peter klausler <pklausler at nvidia.com>
Date: 2021-10-12 (Tue, 12 Oct 2021)
Changed paths:
M flang/include/flang/Runtime/time-intrinsic.h
Log Message:
-----------
[flang] Fix build on FreeBSD (need size_t)
Add #include <cstddef> to time-intrinsic.h so std::size_t is
guaranteed to be available.
More information about the All-commits
mailing list