[all-commits] [llvm/llvm-project] 4ea5aa: [flang][NFC] Restore I/O runtime API header name (...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Wed Mar 26 12:09:38 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4ea5aa09deba468b250bebf3614e2a0cc57ec4b6
https://github.com/llvm/llvm-project/commit/4ea5aa09deba468b250bebf3614e2a0cc57ec4b6
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2025-03-26 (Wed, 26 Mar 2025)
Changed paths:
M flang-rt/lib/runtime/io-api.cpp
M flang-rt/lib/runtime/io-stmt.cpp
M flang-rt/unittests/Runtime/ExternalIOTest.cpp
M flang-rt/unittests/Runtime/ListInputTest.cpp
M flang-rt/unittests/Runtime/LogicalFormatTest.cpp
M flang-rt/unittests/Runtime/Namelist.cpp
M flang-rt/unittests/Runtime/NumericalFormatTest.cpp
M flang-rt/unittests/Runtime/RuntimeCrashTest.cpp
M flang/include/flang/Optimizer/Builder/Runtime/RTBuilder.h
R flang/include/flang/Runtime/io-api-consts.h
M flang/include/flang/Runtime/io-api.h
M flang/lib/Lower/IO.cpp
M flang/lib/Optimizer/Transforms/GenRuntimeCallsForTest.cpp
M flang/lib/Optimizer/Transforms/SetRuntimeCallAttributes.cpp
Log Message:
-----------
[flang][NFC] Restore I/O runtime API header name (#132423)
flang/include/flang/Runtime/io-api.h was changed into io-api-consts.h,
then wrapped into a new io-api.h that includes io-api-consts.h, does
some redundant includes and declarations, and then declares the
prototype of one function, InquiryKeywordHashDecode.
Make that function static in io-stmt.cpp prior to its sole call site,
then undo the renaming, to reduce confusion and redundancy.
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