原始内容
高亮显示
复制内容
#ifndef LLVM_WRAPPER_H #define LLVM_WRAPPER_H #include <llvm-c/Core.h> #ifdef __cplusplus extern "C" { #endif LLVMModuleRef llvm_parse_bitcode(const unsigned char * bitcode, unsigned bitcode_len); #ifdef __cplusplus } #endif #endif
您还没有登录,登录后您可以:
首次使用?从这里 注册