[cfe-dev] BackendConsumer vs CodeGenModule

Nat! via cfe-dev cfe-dev at lists.llvm.org
Mon Sep 12 10:39:33 PDT 2016


Hi

instead of CodeGenModule as the Sema ASTConsumer (like in release_38), 
there is now BackendConsumer (release_39).

My code that's in

void clang::ParseAST(Sema &S, bool PrintStats, bool SkipFunctionBodies)

doesn't expect that. Is there a way for me to get to the CodeGenModule ? 
I don't see one.

Ciao
     Nat!








More information about the cfe-dev mailing list