I am a llvm beginner. I run the command:
../llvm-6.0.0.src/build/bin/opt -load=./test.so -Hello < main.bc
according to the tutorial but got the error:
opt: CommandLine Error: Option 'use-dbg-addr' registered more than once! LLVM ERROR: inconsistency in registered CommandLine options
I googled again and again, and got nothing about this error.