[all-commits] [llvm/llvm-project] c3201d: [flang][NFC] Refactor to remove .inc file containi...
Tarun Prabhu via All-commits
all-commits at lists.llvm.org
Wed Sep 25 13:04:59 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c3201ddaeac02a2c86a38b75be14be61a8ffcc9e
https://github.com/llvm/llvm-project/commit/c3201ddaeac02a2c86a38b75be14be61a8ffcc9e
Author: Tarun Prabhu <tarun at lanl.gov>
Date: 2024-09-25 (Wed, 25 Sep 2024)
Changed paths:
M flang/docs/FlangDriver.md
A flang/include/flang/Optimizer/Passes/CommandLineOpts.h
A flang/include/flang/Optimizer/Passes/Pipelines.h
R flang/include/flang/Tools/CLOptions.inc
M flang/lib/Common/CMakeLists.txt
M flang/lib/Frontend/CMakeLists.txt
M flang/lib/Frontend/FrontendActions.cpp
M flang/lib/Optimizer/CMakeLists.txt
A flang/lib/Optimizer/Passes/CMakeLists.txt
A flang/lib/Optimizer/Passes/CommandLineOpts.cpp
A flang/lib/Optimizer/Passes/Pipelines.cpp
M flang/tools/bbc/CMakeLists.txt
M flang/tools/bbc/bbc.cpp
M flang/tools/tco/CMakeLists.txt
M flang/tools/tco/tco.cpp
Log Message:
-----------
[flang][NFC] Refactor to remove .inc file containing shared code (#109874)
Remove flang/include/flang/Tools/CLOptions.inc - which was included as
is in - several places. Move the code in it to header and source files
which are used used in the "standard" way. Some minor cleanup such as
removing trailing whitespace and excessive newlines and reordering
entries alphabetically for files that were modified along the way.
Update the documentation that referenced CLOptions.inc.
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