Skip to content
Snippets Groups Projects
Commit 9be21b08 authored by Raphael Isemann's avatar Raphael Isemann Committed by Vassil Vassilev
Browse files

[cxxmodules] Remove unnecessary assert

After some discussion with Axel we decided that there is no point to
assert here. This feature here is not related to C++ modules.
parent 29f45149
No related branches found
No related tags found
No related merge requests found
......@@ -651,10 +651,6 @@ namespace cling {
const CompilationOptions& CO
= m_Consumer->getTransaction()->getCompilationOpts();
assert(!(S.getLangOpts().Modules
&& CO.CodeGenerationForModule)
&& "CodeGenerationForModule to be removed once PCMs are available!");
// Recover resources if we crash before exiting this method.
llvm::CrashRecoveryContextCleanupRegistrar<Sema> CleanupSema(&S);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment