0
0
mirror of https://github.com/llvm/llvm-project.git synced 2025-04-18 22:26:44 +00:00
Jens Reidel b707d52fc5
[compiler-rt][Mips] Properly guard references to _ABIN32 ()
When targeting ABIO32 (mips32), _ABIN32 is undefined and the
preprocessor directives cause compile errors. Guard references to
_ABIN32 with defined(_ABIN32), just like the references to _ABIO32.

Signed-off-by: Jens Reidel <adrian@travitia.xyz>
2025-01-27 13:49:44 -08:00
..