[llvm] [NFC][LLVM] Fix some `llvm` namespace usage in Bitcode writer (PR #141709)
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Thu May 29 07:48:46 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:
Thanks for the background. I'm not sure how I feel about going through and changing all of these as I think it will cause a lot of churn and add compile time. Let's wait to see if the coding standard change is accepted.
https://github.com/llvm/llvm-project/pull/141709
More information about the llvm-commits
mailing list