[compiler-rt] DO_NOT_MERGE (PR #66682)
Florian Mayer via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 18 15:57:20 PDT 2023
================
@@ -373,7 +375,7 @@ static void ShowHeapOrGlobalCandidate(uptr untagged_addr, tag_t *candidate,
}
}
-void PrintAddressDescription(
+static void PrintAddressDescription(
----------------
fmayer wrote:
Why don't we pull all the static into the anon namespace
https://github.com/llvm/llvm-project/pull/66682
More information about the llvm-commits
mailing list