We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a3e4dd commit d7c8d1eCopy full SHA for d7c8d1e
clang/lib/Driver/Driver.cpp
@@ -5339,9 +5339,11 @@ class ToolSelector final {
5339
if (!T->hasIntegratedBackend() && !(OutputIsLLVM && T->canEmitIR()))
5340
return nullptr;
5341
5342
+#ifdef ENABLE_CLASSIC_FLANG
5343
// Classic Flang is not integrated with the backend.
5344
if (C.getDriver().IsFlangMode() && !T->hasIntegratedAssembler())
5345
5346
+#endif
5347
5348
if (T->canEmitIR() && ((SaveTemps && !InputIsBitcode) || EmbedBitcode))
5349
0 commit comments