[llvm] [NFC][LLVM] Fix some `llvm` namespace usage in Bitcode writer (PR #141709)

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Wed May 28 07:40:15 PDT 2025


================
@@ -23,6 +23,7 @@
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/ADT/StringMap.h"
 #include "llvm/ADT/StringRef.h"
+#include "llvm/Analysis/ModuleSummaryAnalysis.h"
----------------
teresajohnson wrote:

I'm not sure including an additional header is superior to just including the extern here below - why make this change?

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


More information about the llvm-commits mailing list