[all-commits] [llvm/llvm-project] ecc71d: [flang] Implement IERRNO intrinsic (#124281)

Jean-Didier PAILLEUX via All-commits all-commits at lists.llvm.org
Wed Jan 29 03:01:29 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ecc71de53f8786269ce089501432ee555f98f55b
      https://github.com/llvm/llvm-project/commit/ecc71de53f8786269ce089501432ee555f98f55b
  Author: Jean-Didier PAILLEUX <jean-didier.pailleux at sipearl.com>
  Date:   2025-01-29 (Wed, 29 Jan 2025)

  Changed paths:
    M flang/docs/Intrinsics.md
    M flang/include/flang/Runtime/extensions.h
    M flang/runtime/extensions.cpp
    A flang/test/Lower/Intrinsics/ierrno.f90

  Log Message:
  -----------
  [flang] Implement IERRNO intrinsic (#124281)

Add the implementation of the IERRNO intrinsic to get the last system
error number, as given by the C errno variable.
This intrinsic is also used in RAMSES
(https://github.com/ramses-organisation/ramses/).



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