llvm-capstone/flang/unittests
kkwli 8d0fb9f637
[flang] Make the length size matched in comparison (NFC) (#73280)
The template function call `CheckDescriptorEqInt(length.get(), 16)` is
deduced to have `INT_T` equal to `std::int32_t` instead of
`std::int64_t`, but the length descriptor points to a 64-byte storage.
The comparison does not work in a big endian.
2023-12-06 09:59:16 -05:00
..
Common [flang] Allow more concurrently open NEWUNIT= values, with recycling 2022-02-28 16:13:22 -08:00
Decimal [flang][unittests] Fix recent snprintf() changes to use correct buffer lengths 2023-07-18 10:28:16 -07:00
Evaluate [flang] Run real 10 test on x86 only (NFC) (#73911) 2023-12-05 10:44:21 -05:00
Frontend [flang] Updating drivers to create data layout before semantics (#73301) 2023-12-06 14:20:06 +01:00
Optimizer [flang] GETPID runtime and lower intrinsic implementation (#70442) 2023-11-13 10:31:36 +00:00
Runtime [flang] Make the length size matched in comparison (NFC) (#73280) 2023-12-06 09:59:16 -05:00
CMakeLists.txt Revert "[Flang] [FlangRT] Introduce FlangRT project as solution to Flang's runtime LLVM integration" 2023-10-02 09:02:05 +00:00