[all-commits] [llvm/llvm-project] f5592f: [flang][runtime] Handle type code synonyms in CFI_...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Wed Sep 13 15:26:01 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f5592f3069842d53f30b40f6e3cb8cdee560828f
https://github.com/llvm/llvm-project/commit/f5592f3069842d53f30b40f6e3cb8cdee560828f
Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
Date: 2023-09-13 (Wed, 13 Sep 2023)
Changed paths:
M flang/include/flang/Runtime/type-code.h
M flang/runtime/ISO_Fortran_binding.cpp
Log Message:
-----------
[flang][runtime] Handle type code synonyms in CFI_... runtime (#66231)
Some CFI_type_... type codes are synonyms; ensure that they are treated
as equivalent when validating inputs to CFI_... runtime routines.
More information about the All-commits
mailing list