mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2026-01-31 01:35:20 +01:00
This diff uses ptr_to_option to convert a nullable C pointer to an OCaml option instead of the redundant implementation in llvm_global_initializer. Differential Revision: https://reviews.llvm.org/D99391
This directory contains bindings for the LLVM compiler infrastructure to allow programs written in languages other than C or C++ to take advantage of the LLVM infrastructure--for instance, a self-hosted compiler front-end.