Advertisement

[LLVM Live] Poking at the new 'LazyCallGraph' API (as opposed to the old 'CallGraph')

[LLVM Live] Poking at the new 'LazyCallGraph' API (as opposed to the old 'CallGraph') The older LLVM pass manager uses the older CallGraph class, whereas the fresh new pass manager uses the fresh new LazyCallGraph class. In this session, I read through as much of the documentation as I can stomach, and try porting over some of the CallGraph code to use LazyCallGraph instead. I don't make a ton of progress, tbh!

LLVM,Clang,Programming,C++,

Post a Comment

0 Comments