[all-commits] [llvm/llvm-project] ea1898: [flang][nfc] Fix driver method names overridden by...
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Sun May 15 10:59:04 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ea18987094eff5a5835135da1f472d2e7bf6c68e
https://github.com/llvm/llvm-project/commit/ea18987094eff5a5835135da1f472d2e7bf6c68e
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2022-05-15 (Sun, 15 May 2022)
Changed paths:
M flang/examples/FlangOmpReport/FlangOmpReport.cpp
M flang/examples/PrintFlangFunctionNames/PrintFlangFunctionNames.cpp
Log Message:
-----------
[flang][nfc] Fix driver method names overridden by the plugins
After the recent re-factoring of the driver code
(https://reviews.llvm.org/D125007), `ExecuteAction` was renamed as
`executeAction`. This patch updates the examples in Flang accordingly.
If you set `FLANG_BUILD_EXAMPLES` to `On` when building Flang, then the
refactoring from D125007 would have caused build failures for you. This
patch fixes that.
This is fairly straightforward and fixes buildbot failures, so I'm
sending this without a review.
More information about the All-commits
mailing list