llvm-project/flang/tools
Andrzej Warzynski b9a2837f16 [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.
2020-09-24 21:11:32 +01:00
..
bbc [flang] Add clang-format files for FIR source (LLVM style) 2020-02-17 02:37:49 -08:00
f18 [Flang] Fixed installation permission of the "binary" flang 2020-09-16 18:54:24 -04:00
f18-parse-demo [flang] Support multiple CookedSource instances 2020-09-02 10:34:23 -07:00
flang-driver [flang][driver] Add missing dependency (shared library builds, NFC) 2020-09-24 21:11:32 +01:00
tco Update FIR registration to not rely on the global MLIR dialect registry (NFC) 2020-08-23 21:24:54 +00:00
CMakeLists.txt [flang][driver] Add the new flang compiler and frontend drivers 2020-09-11 10:55:54 +01:00