Hey guys, LLVMInitializeX86Target(); LLVMInitializeX86TargetMC(); LLVMInitializeX86AsmPrinter(); LLVMInitializeX86AsmParser(); Why doesn't this work with triple i686-pc-mingw? Says it can't find the registered target for this triple. What is the correct target for mingw? What about visual studio? Thanks.