diff options
author | Andrzej Warzynski <andrzej.warzynski@arm.com> | 2020-09-24 20:57:46 +0100 |
---|---|---|
committer | Andrzej Warzynski <andrzej.warzynski@arm.com> | 2020-09-24 21:11:32 +0100 |
commit | b9a2837f1617ea94ae4b4be66d984ea9c7e7252c (patch) | |
tree | 8bb70a5ce9ae5759c2053b37ade6d81e47e7b060 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | |
parent | f8a92adfa242a94052f583ef7b483ae1b493ebdc (diff) | |
download | llvm-b9a2837f1617ea94ae4b4be66d984ea9c7e7252c.zip llvm-b9a2837f1617ea94ae4b4be66d984ea9c7e7252c.tar.gz llvm-b9a2837f1617ea94ae4b4be66d984ea9c7e7252c.tar.bz2 |
[flang][driver] Add missing dependency (shared library builds, NFC)
`flang-new` depends on libclangFrontend (it uses DiagnosticConsumer
classes from there). This patch adds the missing dependency in CMake.
clang::TextDiagnosticBuffer is only reported as missing when compiling
`flang-new` with BUILD_SHARED_LIBS=ON. This symbol is linked in
statically with libflangFrontend when BUILD_SHARED_LIBS=OFF.
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions