llvm-capstone/flang/unittests
Kelvin Li 8b6b882f27
[flang] allow _POSIX_SOURCE to be defined without a value (#78179)
The `_POSIX_SOURCE` macro is defined without a value on AIX. Change the check to `defined(_POSIX_SOURCE)`.
2024-01-15 16:54:51 -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] Use StringRef::{starts,ends}_with (NFC) 2023-12-13 23:48:53 -08:00
Optimizer [flang] GETPID runtime and lower intrinsic implementation (#70442) 2023-11-13 10:31:36 +00:00
Runtime [flang] allow _POSIX_SOURCE to be defined without a value (#78179) 2024-01-15 16:54:51 -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