[LLVMdev] Any way to use a pass in opt, that does not have normal constructor?

Dmitry N. Mikushin maemarcus at gmail.com
Thu Jun 28 16:01:43 PDT 2012


Dear LLVM,

The TargetData pass needs target data layout to be specified in
constructor, and therefore its normal ctor is defined, but always
gives a fatal error.
Still, is there any way to make it loadable into the opt tool? I need
this to make use of bugpoint in reducing backend test case.

Thanks,
- Dima.



More information about the llvm-dev mailing list