[clang] [clang-tools-extra] [lld] [llvm] [llvm] Add subcommand support for OptTable (PR #155026)

via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 26 11:22:37 PDT 2025


================
@@ -10,6 +10,7 @@
 #define LLVM_OPTION_OPTTABLE_H
 
 #include "llvm/ADT/ArrayRef.h"
+#include "llvm/ADT/SmallSet.h"
----------------
PiJoules wrote:

smallset seems unused here?

https://github.com/llvm/llvm-project/pull/155026


More information about the llvm-commits mailing list