[all-commits] [llvm/llvm-project] d38915: [flang] Fix windows bot after D125140

jeanPerier via All-commits all-commits at lists.llvm.org
Mon May 9 06:24:48 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d38915ffebee403dd1786ad4e165100160529939
      https://github.com/llvm/llvm-project/commit/d38915ffebee403dd1786ad4e165100160529939
  Author: Jean Perier <jperier at nvidia.com>
  Date:   2022-05-09 (Mon, 09 May 2022)

  Changed paths:
    M flang/include/flang/Runtime/io-api.h

  Log Message:
  -----------
  [flang] Fix windows bot after D125140

The ifdef is not required in the header, common::int128_t is always
defined. The function declaration must be available in lowering
regardless of the host int128_t support.

Differential Revision: https://reviews.llvm.org/D125211




More information about the All-commits mailing list