[all-commits] [llvm/llvm-project] 2c5384: [flang] Adding fir::getSymbolAttrName attribute to...
Renaud Kauffmann via All-commits
all-commits at lists.llvm.org
Fri Feb 17 18:22:16 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2c53840199b6105431a2542d1c71e7581c273341
https://github.com/llvm/llvm-project/commit/2c53840199b6105431a2542d1c71e7581c273341
Author: Renaud-K <rkauffmann at nvidia.com>
Date: 2023-02-17 (Fri, 17 Feb 2023)
Changed paths:
M flang/include/flang/Lower/PFTBuilder.h
M flang/lib/Lower/CallInterface.cpp
M flang/test/Lower/OpenMP/atomic-read.f90
M flang/test/Lower/OpenMP/atomic-update.f90
M flang/test/Lower/OpenMP/atomic-write.f90
M flang/test/Lower/OpenMP/default-clause.f90
M flang/test/Lower/OpenMP/omp-wsloop-chunks.f90
M flang/test/Lower/OpenMP/sections.f90
M flang/test/Lower/array-character.f90
M flang/test/Lower/array-expression-slice-1.f90
M flang/test/Lower/basic-program.f90
M flang/test/Lower/big-integer-parameter.f90
M flang/test/Lower/derived-type-finalization.f90
M flang/test/Lower/nested-where.f90
M flang/test/Lower/polymorphic.f90
M flang/test/Lower/program-units-fir-mangling.f90
M flang/test/Lower/return-statement.f90
Log Message:
-----------
[flang] Adding fir::getSymbolAttrName attribute to the function corresponding to the main subprogram.
This is because the source name cannot be deconstructed from _QQmain
Differential revision: https://reviews.llvm.org/D144295
More information about the All-commits
mailing list