We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d5b4d commit 7d4916cCopy full SHA for 7d4916c
enzyme/Enzyme/Clang/EnzymeClang.cpp
@@ -59,9 +59,6 @@ class EnzymeAction final : public clang::PluginASTAction {
59
std::unique_ptr<clang::ASTConsumer>
60
CreateASTConsumer(clang::CompilerInstance &CI,
61
llvm::StringRef InFile) override {
62
-llvm::errs() << " create consumer\n";
63
-llvm::errs() << " is device: " << CI.getLangOpts().CUDAIsDevice << "\n";
64
-llvm::errs() << " out file: " << CI.getFrontendOpts().OutputFile << "\n";
65
return std::unique_ptr<clang::ASTConsumer>(new ConsumerType(CI));
66
}
67
0 commit comments