llvm-project/flang/unittests
Andrzej Warzynski 6f10998ad8 [flang][driver] Add missing dependency (shared library builds, NFC)
`FlangFrontendTests` depends on libclangFrontend (it uses
DiagnosticConsumer classes from there). This patch adds the missing
dependency in CMake.

The missing dependency manifests itself only with BUILD_SHARED_LIBS=ON.
This symbol is linked in statically with libflangFrontend when
BUILD_SHARED_LIBS=OFF.
2020-09-25 09:52:49 +01:00
..
Decimal [flang] Run non-gtest unit tests with lit. 2020-07-24 14:49:39 +01:00
Evaluate [flang] More clean-up of CookedSource API 2020-09-14 14:51:55 -07:00
Frontend [flang][driver] Add missing dependency (shared library builds, NFC) 2020-09-25 09:52:49 +01:00
Optimizer [flang] Fix fallout from varous changes to the cmake files. 2020-06-17 14:40:05 -07:00
Runtime [flang] Respect BZ mode in exponent parts, too 2020-09-14 17:03:21 -07:00
CMakeLists.txt [flang] Removed OpenMP lowering unittests 2020-09-23 18:15:34 +05:30