[all-commits] [llvm/llvm-project] 062644: [flang][nfc] Move `external-hello-world` to flang/...
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Wed Jun 16 01:03:12 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 062644bb399bd05fd0aeb3cb9d52fa0014db0bdd
https://github.com/llvm/llvm-project/commit/062644bb399bd05fd0aeb3cb9d52fa0014db0bdd
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2021-06-16 (Wed, 16 Jun 2021)
Changed paths:
M flang/CMakeLists.txt
A flang/examples/CMakeLists.txt
A flang/examples/external-hello.cpp
M flang/unittests/Runtime/CMakeLists.txt
R flang/unittests/Runtime/external-hello.cpp
Log Message:
-----------
[flang][nfc] Move `external-hello-world` to flang/examples
As `external-hello-world` is not really a test, I am moving it from
`flang/unittest/Runtime` to `flang/examples` (it makes a lot of sense as
an example). I've not modified the source code (apart from adjusting the
include paths).
Differential Revision: https://reviews.llvm.org/D104320
More information about the All-commits
mailing list