[compiler-rt] 59770a4 - [NFC] Correct imprecise file location in the comment. (#115630)
    via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sat Nov  9 23:24:02 PST 2024
    
    
  
Author: c8ef
Date: 2024-11-10T15:23:58+08:00
New Revision: 59770a43826f19ed2a735b1e461a43c63bd456bf
URL: https://github.com/llvm/llvm-project/commit/59770a43826f19ed2a735b1e461a43c63bd456bf
DIFF: https://github.com/llvm/llvm-project/commit/59770a43826f19ed2a735b1e461a43c63bd456bf.diff
LOG: [NFC] Correct imprecise file location in the comment. (#115630)
Added: 
    
Modified: 
    compiler-rt/lib/ctx_profile/CtxInstrContextNode.h
    llvm/include/llvm/ProfileData/CtxInstrContextNode.h
Removed: 
    
################################################################################
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
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
        
    
    
More information about the llvm-commits
mailing list