Displaying 1 result from an estimated 1 matches for "libmine".
Did you mean:
libming
2009 May 13
0
[LLVMdev] using bugpoint
I am trying to use bugpoint to reduce the bytecode for a bug in one of
my transformations. Normally I run opt as such:
opt -load=libmine.so -mypass -param1 -param2 -o b.bc a.bc
Here, -mypass specifies a pass and -param1 and -param2 are just
parameters that -mypass uses. I added them using the command line
parsing library that llvm supports. I tried running bugpoint with the
following:
bugpoint -load=libmine.so a.bc -mypass -p...