[LLVMdev] LLVMContextImpl.h not installed?

Alexander Poddey alexander.poddey at gmx.net
Sat Mar 28 09:02:22 PDT 2015


Hi all,

I 'd like to fetch a list of structures, and found that it could be done 
via
LLVMContextImpl *pImpl = Context.pImpl;
pImpl->AnonStructTypes

This however needs the inclusion of LLVMContextImpl.h, which is not 
contained in the includes dir, but in the lib/IR dir (next to the .cpp 
files) and is not installed under /usr/local/include...

Whats the reason for this? Isn't it indended to be used?
Should I access a list of available structures using other methods?

THX
Alex




More information about the llvm-dev mailing list