| headers = llvm-c/Core.h llvm-c/Target.h llvm-c/Analysis.h llvm-c/BitWriter.h \ |
| llvm-c/BitReader.h llvm-c/Transforms/PassBuilder.h \ |
| llvm-c/TargetMachine.h llvm-c/Target.h llvm-c/Linker.h \ |
| llvm-c/DebugInfo.h DebugInfoC.h CAPIExtensions.h RemoveRedundantSafepoints.h OpaquePointerAPI.h |
| |
| headerFilter = llvm-c/* llvm-c/**/* DebugInfoC.h CAPIExtensions.h RemoveRedundantSafepoints.h OpaquePointerAPI.h |
| |
| # It looks like mingw port compiled without LLVM_ENABLE_DUMP |
| #Note: ld on mingw process -Wl,-U,_LLVMDumpType use different from other platform |
| # way, using this option cause linkage error: |
| # ld: -r and -shared may not be used together |
| # TODO: Is ^^^ still relative? Especially since we use native Windows LLVM. |
| excludedFunctions.mingw = LLVMDumpType |
| |
| # Functions from LLVMIntPtrType to LLVMModuleCreateWithName are excluded because they work with the GlobalContext. |
| # This might not be safe if the compiler is called from a daemon process. |
| # |
| # Also exclude the functions that rely on typed pointers as we get rid of them from the code generator. |
| excludedFunctions = LLVMInitializeAllAsmParsers LLVMInitializeAllAsmPrinters LLVMInitializeAllDisassemblers \ |
| LLVMInitializeAllTargetInfos LLVMInitializeAllTargetMCs LLVMInitializeAllTargets LLVMInitializeNativeTarget \ |
| LLVMInitializeNativeAsmParser LLVMInitializeNativeAsmPrinter LLVMInitializeNativeDisassembler \ |
| LLVMIntPtrType LLVMIntPtrTypeForAS LLVMGetMDKindID LLVMInt1Type LLVMInt8Type \ |
| LLVMInt16Type LLVMInt32Type LLVMInt64Type LLVMInt128Type LLVMIntType LLVMHalfType LLVMFloatType LLVMDoubleType \ |
| LLVMX86FP80Type LLVMFP128Type LLVMPPCFP128Type LLVMX86MMXType LLVMStructType LLVMVoidType LLVMLabelType \ |
| LLVMMDString LLVMMDNode LLVMConstString LLVMConstStruct LLVMAppendBasicBlock LLVMInsertBasicBlock LLVMCreateBuilder \ |
| LLVMParseBitcode LLVMParseBitcode2 LLVMGetBitcodeModule LLVMGetBitcodeModule2 LLVMGetGlobalContext LLVMModuleCreateWithName \ |
| LLVMBuildLoad LLVMBuildGEP LLVMBuildStructGEP LLVMConstGEP LLVMConstInBoundsGEP LLVMAddAlias LLVMBuildInvoke LLVMBuildCall |
| |
| strictEnums = LLVMIntPredicate LLVMOpcode LLVMDLLStorageClass LLVMCallConv LLVMThreadLocalMode LLVMAtomicOrdering |