diff options
author | Andrzej Warzynski <andrzej.warzynski@arm.com> | 2021-08-12 16:11:54 +0000 |
---|---|---|
committer | Andrzej Warzynski <andrzej.warzynski@arm.com> | 2021-08-12 19:29:28 +0000 |
commit | 8150c1bd8e262981a81f82e6e2f1d7ae07bdd67b (patch) | |
tree | b071f3dcdac81f0a58460cd0292d6b48938245dd /clang/lib/Frontend/CreateInvocationFromCommandLine.cpp | |
parent | 18f9e25ce1fa43f8663bd03f908ef9b27a0788f8 (diff) | |
download | llvm-8150c1bd8e262981a81f82e6e2f1d7ae07bdd67b.zip llvm-8150c1bd8e262981a81f82e6e2f1d7ae07bdd67b.tar.gz llvm-8150c1bd8e262981a81f82e6e2f1d7ae07bdd67b.tar.bz2 |
[flang] Disable Plugins in out-of-tree builds
https://reviews.llvm.org/D106137 added support for plugins in Flang. The
CMake configuration for plugins requires some LLVM variables that are
not available in out-of-tree builds (e.g. `LLVM_SHLIB_OUTPUT_INTDIR`).
This has caused the out-of-tree BuildBot worker to start failing:
* https://lab.llvm.org/buildbot/#/builders/175
This patch effectively disables plugins in out-of-tree builds and fixes
the configuration error. In order to support plugins in out-of-tree
builds, we would have to find a way to access the missing CMake
variables from LLVM. This could be implemented at a later time.
Differential Revision: https://reviews.llvm.org/D107973
Diffstat (limited to 'clang/lib/Frontend/CreateInvocationFromCommandLine.cpp')
0 files changed, 0 insertions, 0 deletions