[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


================
@@ -117,10 +118,6 @@ static cl::opt<bool>
 #endif
                                 cl::desc(""));
 
-namespace llvm {
-extern FunctionSummary::ForceSummaryHotnessType ForceSummaryEdgesCold;
----------------
teresajohnson wrote:

I suppose this could be simplified to "extern llvm::FunctionSummary::..." like the extern llvm::cl::opt below, if we decide to keep it.

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


More information about the llvm-commits mailing list