[all-commits] [llvm/llvm-project] 58e868: [flang][Frontend] Move LangOptions from Frontend t...
Krzysztof Parzyszek via All-commits
all-commits at lists.llvm.org
Thu Sep 26 06:56:26 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 58e8683a31186a281d83499798aa5f867b4c5894
https://github.com/llvm/llvm-project/commit/58e8683a31186a281d83499798aa5f867b4c5894
Author: Krzysztof Parzyszek <Krzysztof.Parzyszek at amd.com>
Date: 2024-09-26 (Thu, 26 Sep 2024)
Changed paths:
A flang/include/flang/Common/LangOptions.def
A flang/include/flang/Common/LangOptions.h
M flang/include/flang/Frontend/CompilerInvocation.h
R flang/include/flang/Frontend/LangOptions.def
R flang/include/flang/Frontend/LangOptions.h
M flang/include/flang/Tools/CrossToolHelpers.h
M flang/lib/Common/CMakeLists.txt
A flang/lib/Common/LangOptions.cpp
M flang/lib/Frontend/CMakeLists.txt
M flang/lib/Frontend/CompilerInvocation.cpp
R flang/lib/Frontend/LangOptions.cpp
Log Message:
-----------
[flang][Frontend] Move LangOptions from Frontend to Common (#110012)
The information in LangOptions is not tied to any frontend code, and
could be used by any other component.
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