Displaying 1 result from an estimated 1 matches for "brti".
Did you mean:
bri
2010 Jun 03
2
[LLVMdev] Getting rid of the dangling names of functions
Hi all,
I am a beginner in llvm trying to write some basic passes like printing the
name of all the functions in "Hello.cpp" file attached underneath. Also find
attached "hello.cpp" on which i am testing the pass .When i run the command:
"opt -load $HOME/llvm/src/Debug/lib/TEMP.so -hello < hello.bc > /dev/null"
.The output shown is
Hello: _GLOBAL__I_x
Hello: