[all-commits] [llvm/llvm-project] e8356a: [flang][nfc] Add missing dependency in CMake
Andrzej WarzyĆski via All-commits
all-commits at lists.llvm.org
Tue Nov 17 06:41:53 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e8356a79ffd36a6cfdc1ca19c1283d7f517c77b6
https://github.com/llvm/llvm-project/commit/e8356a79ffd36a6cfdc1ca19c1283d7f517c77b6
Author: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: 2020-11-17 (Tue, 17 Nov 2020)
Changed paths:
M flang/tools/f18-parse-demo/CMakeLists.txt
Log Message:
-----------
[flang][nfc] Add missing dependency in CMake
This missing dependency has been causing the Flang buildbots
(with BUILD_SHARED_LIBS set to ON) to fail:
* http://lab.llvm.org:8011/#/builders/66/builds/542
* http://lab.llvm.org:8011/#/builders/33/builds/764
This missing dependency was exposed by this change:
* https://reviews.llvm.org/D91461
This change is fine - the root cause of the failing builds is the
missing dependency.
More information about the All-commits
mailing list