[clang] [llvm] [OptBisect][IR] Adding a new OptPassGate for disabling passes via name (PR #145059)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 20 12:22:13 PDT 2025


================
@@ -17,6 +17,7 @@
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/raw_ostream.h"
 #include <cassert>
+#include <sstream>
----------------
nikic wrote:

Do not use this header.

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


More information about the llvm-commits mailing list