llvm/flang/unittests
Diana Picus 32f901bdf9 [flang] Use CFI_TYPE_LAST instead of CFI_type_struct
It looks like CFI_type_struct was once used as the last valid CFI_type
value, but in the meantime CFI_type_char16_t and CFI_type_char32_t were
added, making that assumption no longer true. Luckily, in the meantime
we also got a define for CFI_TYPE_LAST, which we can now use to allow
CFI_establish and CFI_allocate to work with descriptors of
CFI_type_char16_t, CFI_type_char32_t and any other future types.

Differential Revision: https://reviews.llvm.org/D101658
2021-05-03 08:08:07 +00:00
..
Decimal
Evaluate [flang] Use CFI_TYPE_LAST instead of CFI_type_struct 2021-05-03 08:08:07 +00:00
Frontend
Optimizer
Runtime [flang] Add format test to GTest suite 2021-04-27 07:45:18 -07:00
RuntimeGTest [flang] Add format test to GTest suite 2021-04-27 07:45:18 -07:00
CMakeLists.txt [flang] update character tests to use gtest 2021-03-09 08:31:20 +00:00