[all-commits] [llvm/llvm-project] 9da358: [Flang] Changes to mangling code
Eric Schweitz via All-commits
all-commits at lists.llvm.org
Fri Apr 9 09:14:26 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9da35814e5fb71d8610ed7888d1f05703bfa8b54
https://github.com/llvm/llvm-project/commit/9da35814e5fb71d8610ed7888d1f05703bfa8b54
Author: Eric Schweitz <eschweitz at nvidia.com>
Date: 2021-04-09 (Fri, 09 Apr 2021)
Changed paths:
M flang/include/flang/Lower/Bridge.h
M flang/include/flang/Lower/Mangler.h
M flang/include/flang/Optimizer/CodeGen/CodeGen.h
M flang/lib/Lower/Mangler.cpp
Log Message:
-----------
[Flang] Changes to mangling code
Call static functions using the class name (fir::NameUniquer).
Add function for mangling derivedTypes.
All the name mangling functions that are ultimately called are
tested in unittests/Optimizer/InternalNamesTest.cpp.
Differential Revision: https://reviews.llvm.org/D99967
More information about the All-commits
mailing list