[all-commits] [llvm/llvm-project] 1c35c1: [flang] Allow runtime build with AVOID_NATIVE_INT1...

Peter Klausler via All-commits all-commits at lists.llvm.org
Fri Sep 1 08:55:00 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1c35c1a73907a95ce54b5a0edca513591e2bc069
      https://github.com/llvm/llvm-project/commit/1c35c1a73907a95ce54b5a0edca513591e2bc069
  Author: Peter Klausler <pklausler at nvidia.com>
  Date:   2023-09-01 (Fri, 01 Sep 2023)

  Changed paths:
    M flang/runtime/command.cpp
    M flang/runtime/io-api.cpp
    M flang/runtime/numeric.cpp
    M flang/runtime/tools.h

  Log Message:
  -----------
  [flang] Allow runtime build with AVOID_NATIVE_INT128_T=1

This patch enables the Fortran runtime support library to be
built without native 128-bit integer support in the C++ compiler.

Experimental: do not merge yet.

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




More information about the All-commits mailing list