diff options
author | Andrzej Warzynski <andrzej.warzynski@arm.com> | 2021-01-19 14:24:20 +0000 |
---|---|---|
committer | Andrzej Warzynski <andrzej.warzynski@arm.com> | 2021-01-19 17:47:40 +0000 |
commit | cea3abc26f7cbc4ec4cf4cf73b4cce5f926420a9 (patch) | |
tree | bec3209b69e43e4333656006e5ea861e0cac6bda /llvm/lib/CodeGen/TargetLoweringBase.cpp | |
parent | 71b6b010e6bc49caaec511195e33ac1f43f07c64 (diff) | |
download | llvm-cea3abc26f7cbc4ec4cf4cf73b4cce5f926420a9.zip llvm-cea3abc26f7cbc4ec4cf4cf73b4cce5f926420a9.tar.gz llvm-cea3abc26f7cbc4ec4cf4cf73b4cce5f926420a9.tar.bz2 |
[flang][driver] Move isFixedFormSuffix and isFreeFormSuffix to flangFrontend
isFixedFormSuffix and isFreeFormSuffix should be defined in
flangFrontend rather than flangFrontendTool library. That's for 2
reasons:
* these methods are used in flangFrontend rather than flangFrontendTool
* flangFrontendTool depends on flangFrontend
As mentioned in the post-commit review for D94228, without this change
shared library builds fail.
Differential Revision: https://reviews.llvm.org/D94968
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringBase.cpp')
0 files changed, 0 insertions, 0 deletions