[all-commits] [llvm/llvm-project] 8596a8: Reapply "[flang] Enumeration Type: (PR 1/5) Founda...
kwyatt-ext via All-commits
all-commits at lists.llvm.org
Mon Jun 8 14:34:22 PDT 2026
Branch: refs/heads/users/wyattke/reland-enum-type-pr1
Home: https://github.com/llvm/llvm-project
Commit: 8596a89706e28a786bb141b5ef59c0eb777dcefb
https://github.com/llvm/llvm-project/commit/8596a89706e28a786bb141b5ef59c0eb777dcefb
Author: Kevin Wyatt <kwyatt at hpe.com>
Date: 2026-06-08 (Mon, 08 Jun 2026)
Changed paths:
M flang/include/flang/Parser/dump-parse-tree.h
M flang/include/flang/Parser/parse-tree.h
M flang/include/flang/Semantics/symbol.h
M flang/include/flang/Semantics/tools.h
M flang/include/flang/Semantics/type.h
M flang/lib/Evaluate/type.cpp
M flang/lib/Lower/ConvertType.cpp
M flang/lib/Parser/Fortran-parsers.cpp
M flang/lib/Parser/program-parsers.cpp
M flang/lib/Parser/unparse.cpp
M flang/lib/Semantics/resolve-names.cpp
M flang/lib/Semantics/symbol.cpp
M flang/lib/Semantics/tools.cpp
M flang/lib/Semantics/type.cpp
A flang/test/Parser/enumeration-type.f90
Log Message:
-----------
Reapply "[flang] Enumeration Type: (PR 1/5) Foundation types + Parser" (#202408)
This reverts commit 3ab997597e8a5f2920efdad01cf8c29673826ba0.
Commit: f81222cf606d102754500d84a1237556e4544d21
https://github.com/llvm/llvm-project/commit/f81222cf606d102754500d84a1237556e4544d21
Author: Kevin Wyatt <kwyatt at hpe.com>
Date: 2026-06-08 (Mon, 08 Jun 2026)
Changed paths:
M flang/include/flang/Semantics/symbol.h
M flang/lib/Semantics/type.cpp
Log Message:
-----------
[flang] Inline DerivedTypeSpec::GetScope to fix shared-lib link
FortranEvaluate referenced DerivedTypeSpec::GetScope(), defined out-of-line
in FortranSemantics, producing an undefined reference in libFortranEvaluate.so
under BUILD_SHARED_LIBS=ON. Make GetScope() inline in symbol.h so no
cross-library symbol is needed.
This is the fix missing from the original PR (#192651), which was reverted
in #202408.
Compare: https://github.com/llvm/llvm-project/compare/8596a89706e2%5E...f81222cf606d
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list