Skip to content

Commit 2370977

Browse files
committed
[clang] Remove a duplicate action kind table entry.
We have two entries for OPT_emit_codegen_only in the frontend action kind table, delete one. Differential Revision: https://reviews.llvm.org/D119826
1 parent 78c27a3 commit 2370977

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/lib/Frontend/CompilerInvocation.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2406,7 +2406,6 @@ static const auto &getFrontendActionTable() {
24062406
{frontend::EmitLLVM, OPT_emit_llvm},
24072407
{frontend::EmitLLVMOnly, OPT_emit_llvm_only},
24082408
{frontend::EmitCodeGenOnly, OPT_emit_codegen_only},
2409-
{frontend::EmitCodeGenOnly, OPT_emit_codegen_only},
24102409
{frontend::EmitObj, OPT_emit_obj},
24112410
{frontend::ExtractAPI, OPT_extract_api},
24122411

0 commit comments

Comments
 (0)