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 ?
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 ?