[all-commits] [llvm/llvm-project] cb0f98: [flang] Force the use of intrinsic builtins in typ...
Leandro Lupori via All-commits
all-commits at lists.llvm.org
Thu Jul 6 07:40:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cb0f98e10b7cfdd4f3e936b2a00cdaf29e5c8659
https://github.com/llvm/llvm-project/commit/cb0f98e10b7cfdd4f3e936b2a00cdaf29e5c8659
Author: Leandro Lupori <leandro.lupori at linaro.org>
Date: 2023-07-06 (Thu, 06 Jul 2023)
Changed paths:
M flang/module/__fortran_type_info.f90
Log Message:
-----------
[flang] Force the use of intrinsic builtins in type_info
This ensures that the __Fortran_builtins module is always used
as an intrinsic module by __Fortran_type_info, which avoids issues
when, for instance, the intrinsic modules dir is present in the
include paths.
Fixes https://github.com/llvm/llvm-project/issues/63592
Reviewed By: klausler
Differential Revision: https://reviews.llvm.org/D154452
More information about the All-commits
mailing list