[compiler-rt] [llvm] [NFC] Correct imprecise file location in the comment. (PR #115630)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 9 20:54:47 PST 2024
https://github.com/c8ef updated https://github.com/llvm/llvm-project/pull/115630
>From 4a1330add044bb02fa367f3017ba562bff3585ff Mon Sep 17 00:00:00 2001
From: c8ef <c8ef at outlook.com>
Date: Sun, 10 Nov 2024 11:26:04 +0800
Subject: [PATCH 1/2] Update CtxInstrContextNode.h
---
llvm/include/llvm/ProfileData/CtxInstrContextNode.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/llvm/include/llvm/ProfileData/CtxInstrContextNode.h b/llvm/include/llvm/ProfileData/CtxInstrContextNode.h
index 3b0cbcdd49c254..36a996632b71e3 100644
--- a/llvm/include/llvm/ProfileData/CtxInstrContextNode.h
+++ b/llvm/include/llvm/ProfileData/CtxInstrContextNode.h
@@ -8,9 +8,9 @@
//==============================================================================
//
// NOTE!
-// llvm/lib/ProfileData/CtxInstrContextNode.h and
+// llvm/include/llvm/ProfileData/CtxInstrContextNode.h and
// compiler-rt/lib/ctx_profile/CtxInstrContextNode.h
-// must be exact copies of each other
+// must be exact copies of each other.
//
// compiler-rt creates these objects as part of the instrumentation runtime for
// contextual profiling. LLVM only consumes them to convert a contextual tree
@@ -114,4 +114,4 @@ class ContextNode final {
};
} // namespace ctx_profile
} // namespace llvm
-#endif
\ No newline at end of file
+#endif
>From 90e66d04a5205316c46a85d5a264f86fc3a282e1 Mon Sep 17 00:00:00 2001
From: c8ef <c8ef at outlook.com>
Date: Sun, 10 Nov 2024 12:54:39 +0800
Subject: [PATCH 2/2] Update CtxInstrContextNode.h
---
compiler-rt/lib/ctx_profile/CtxInstrContextNode.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/compiler-rt/lib/ctx_profile/CtxInstrContextNode.h b/compiler-rt/lib/ctx_profile/CtxInstrContextNode.h
index 3b0cbcdd49c254..36a996632b71e3 100644
--- a/compiler-rt/lib/ctx_profile/CtxInstrContextNode.h
+++ b/compiler-rt/lib/ctx_profile/CtxInstrContextNode.h
@@ -8,9 +8,9 @@
//==============================================================================
//
// NOTE!
-// llvm/lib/ProfileData/CtxInstrContextNode.h and
+// llvm/include/llvm/ProfileData/CtxInstrContextNode.h and
// compiler-rt/lib/ctx_profile/CtxInstrContextNode.h
-// must be exact copies of each other
+// must be exact copies of each other.
//
// compiler-rt creates these objects as part of the instrumentation runtime for
// contextual profiling. LLVM only consumes them to convert a contextual tree
@@ -114,4 +114,4 @@ class ContextNode final {
};
} // namespace ctx_profile
} // namespace llvm
-#endif
\ No newline at end of file
+#endif
More information about the llvm-commits
mailing list