[all-commits] [llvm/llvm-project] e69cab: [Flang] Make SLES 15 build tests (#87498)
Jan Patrick Lehr via All-commits
all-commits at lists.llvm.org
Thu Apr 4 00:38:08 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e69cab7f37cf6f35306356cddb26049fd6138df7
https://github.com/llvm/llvm-project/commit/e69cab7f37cf6f35306356cddb26049fd6138df7
Author: Jan Patrick Lehr <JanPatrick.Lehr at amd.com>
Date: 2024-04-04 (Thu, 04 Apr 2024)
Changed paths:
M flang/unittests/Runtime/Time.cpp
Log Message:
-----------
[Flang] Make SLES 15 build tests (#87498)
SLES 15 comes with a GCC 7.5 as default, which does not support the
C++17 `<charconv>` header. This results in build errors when trying to
run `check-flang`.
This patch addresses that and uses the older `std::stol` for the string
-> number conversion to allow the SLES 15 buildbot
(https://lab.llvm.org/staging/#/builders/193) to turn green.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list