[clang] [codegen][NFC] add static mark for internal usage variable and function (PR #109431)
Paul Kirth via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 20 18:32:32 PDT 2024
================
@@ -22,6 +22,9 @@
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/raw_ostream.h"
+namespace llvm {
+extern cl::opt<bool> EnableSingleByteCoverage;
+} // namespace llvm
----------------
ilovepi wrote:
This seems like an unrelated change.
https://github.com/llvm/llvm-project/pull/109431
More information about the cfe-commits
mailing list