[flang-commits] [PATCH] D154660: [flang] Allow runtime build with AVOID_NATIVE_INT128_T=1

Peter Klausler via Phabricator via flang-commits flang-commits at lists.llvm.org
Thu Jul 6 15:07:54 PDT 2023


klausler created this revision.
klausler added reviewers: vzakhari, h-vetinari.
klausler added a project: Flang.
Herald added subscribers: sunshaoce, jdoerfert.
Herald added a project: All.
klausler requested review of this revision.

This patch enables the Fortran runtime support library to be
built without native 128-bit integer support in the C++ compiler.
Use -DAVOID_NATIVE_INT128_T or modify flang/include/flang/Common/uint128.h to test.

Experimental: do not merge yet.


https://reviews.llvm.org/D154660

Files:
  flang/runtime/command.cpp
  flang/runtime/io-api.cpp
  flang/runtime/numeric.cpp
  flang/runtime/tools.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154660.537896.patch
Type: text/x-patch
Size: 7887 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20230706/5a98c4b7/attachment-0001.bin>


More information about the flang-commits mailing list