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 78c27a3 commit 2370977Copy full SHA for 2370977
clang/lib/Frontend/CompilerInvocation.cpp
@@ -2406,7 +2406,6 @@ static const auto &getFrontendActionTable() {
2406
{frontend::EmitLLVM, OPT_emit_llvm},
2407
{frontend::EmitLLVMOnly, OPT_emit_llvm_only},
2408
{frontend::EmitCodeGenOnly, OPT_emit_codegen_only},
2409
- {frontend::EmitCodeGenOnly, OPT_emit_codegen_only},
2410
{frontend::EmitObj, OPT_emit_obj},
2411
{frontend::ExtractAPI, OPT_extract_api},
2412
0 commit comments