llvm-project
b707d52f - [compiler-rt][Mips] Properly guard references to _ABIN32 (#124492)

Commit
245 days ago
[compiler-rt][Mips] Properly guard references to _ABIN32 (#124492) 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>
Author
Parents
Loading