[all-commits] [llvm/llvm-project] 7ad382: [flang][lowering] Fix clash between string literal...
jeanPerier via All-commits
all-commits at lists.llvm.org
Thu Sep 28 01:47:17 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7ad3825975770e26972873b9e72f57e98647eb66
https://github.com/llvm/llvm-project/commit/7ad3825975770e26972873b9e72f57e98647eb66
Author: jeanPerier <jperier at nvidia.com>
Date: 2023-09-28 (Thu, 28 Sep 2023)
Changed paths:
M flang/lib/Lower/ConvertConstant.cpp
A flang/test/Lower/HLFIR/constant-character.f90
Log Message:
-----------
[flang][lowering] Fix clash between string literals of different kinds (#67576)
At least fir.global for empty string literals of different kinds. Add
the kind to the prefix if it is not 1.
More information about the All-commits
mailing list