Displaying 1 result from an estimated 1 matches for "1026007".
Did you mean:
1026004
2012 Oct 29
0
[LLVMdev] hello pass is not available
opt -load ${shared_lib_name} -hello < input.bc > output.bc
You should first translate 1.c to bitcode before your are going
to use it as the input of the opt. Try:
clang -emit-llvm -c input.c -o input.bc
Sincerely,
Logan
On Mon, Oct 29, 2012 at 7:00 PM, sagar visa <f2001098 at yahoo.co.in> wrote:
> I am writing a new pass hello and the shared library is created(.so). The
>