Files
Anthony Latsis 2b37e96e22 unittests: Build runtime unit tests with -DGTEST_NO_LLVM_SUPPORT
...to work around error building `unittests/runtime` on Linux.

`stdlib/include/llvm/Support` headers, a subset of
`llvm-project/llvm/include/llvm/Support`, are not compatible with the
latter.

Since we favor stdlib headers here, this makes sure Support headers will
not be transitively included through gtest, and helps to avoid mixed
includes, where a Support header existing only in LLVM is picked from
LLVM, whereas a Support header existing in both of the aforementioned
directories is picked from our stdlib.
2025-07-15 00:40:44 +01:00
..
2023-03-02 09:35:28 -05:00
2024-09-04 15:13:29 -07:00