The procedure entry point _ZSt28__throw_bad_array_new_lengthv could not be located
When trying to compile nop-function.rs with target x86_64-pc-windows-gnu, I get the following error,
error: process didn't exit successfully: `target\x86_64-pc-windows-gnu\debug\llvmTest.exe` (exit code: 0xc0000139, STATUS_ENTRYPOINT_NOT_FOUND)
With the following dialog box,
This is my dependencies, llvm-sys = {git="https://gitlab.com/taricorp/llvm-sys.rs"