How to add debug info from a Clang Plugin to backend?

I’m trying to pass some data from clang to llvm , Extensible Metadata in LLVM IR says it can pass on some information from frontend to backend. How can I do this ? May be not use Clang Plugin ?