[LLVMdev] can't run the Hello Pass: either not registered or registered multiple times, what is the problem?

Anton Korobeynikov anton at korobeynikov.info
Wed Jun 2 14:28:00 PDT 2010


Hello

> opt -load Release/lib/Hello.dll -hello < ./hello.bc > /dev/null
> opt.exe: Unknown command line argument '-hello'.  Try:
>
> Could somebody give me a hint?
Loadable modules (e.g. passes) are not supported on windows. And will
probably never be.

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the llvm-dev mailing list