[PATCH] D119826: [clang] Remove a duplicate action kind table entry.
Iain Sandoe via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Feb 15 03:19:41 PST 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG2370977bdd02: [clang] Remove a duplicate action kind table entry. (authored by iains).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119826/new/
https://reviews.llvm.org/D119826
Files:
clang/lib/Frontend/CompilerInvocation.cpp
Index: clang/lib/Frontend/CompilerInvocation.cpp
===================================================================
--- clang/lib/Frontend/CompilerInvocation.cpp
+++ clang/lib/Frontend/CompilerInvocation.cpp
@@ -2406,7 +2406,6 @@
{frontend::EmitLLVM, OPT_emit_llvm},
{frontend::EmitLLVMOnly, OPT_emit_llvm_only},
{frontend::EmitCodeGenOnly, OPT_emit_codegen_only},
- {frontend::EmitCodeGenOnly, OPT_emit_codegen_only},
{frontend::EmitObj, OPT_emit_obj},
{frontend::ExtractAPI, OPT_extract_api},
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119826.408797.patch
Type: text/x-patch
Size: 538 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220215/f7bf6f3f/attachment.bin>
More information about the cfe-commits
mailing list