File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
compiler-rt/lib/ctx_profile
llvm/include/llvm/ProfileData Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88// ==============================================================================
99//
1010// NOTE!
11- // llvm/lib /ProfileData/CtxInstrContextNode.h and
11+ // llvm/include/llvm /ProfileData/CtxInstrContextNode.h and
1212// compiler-rt/lib/ctx_profile/CtxInstrContextNode.h
13- // must be exact copies of each other
13+ // must be exact copies of each other.
1414//
1515// compiler-rt creates these objects as part of the instrumentation runtime for
1616// contextual profiling. LLVM only consumes them to convert a contextual tree
@@ -114,4 +114,4 @@ class ContextNode final {
114114};
115115} // namespace ctx_profile
116116} // namespace llvm
117- #endif
117+ #endif
Original file line number Diff line number Diff line change 88// ==============================================================================
99//
1010// NOTE!
11- // llvm/lib /ProfileData/CtxInstrContextNode.h and
11+ // llvm/include/llvm /ProfileData/CtxInstrContextNode.h and
1212// compiler-rt/lib/ctx_profile/CtxInstrContextNode.h
13- // must be exact copies of each other
13+ // must be exact copies of each other.
1414//
1515// compiler-rt creates these objects as part of the instrumentation runtime for
1616// contextual profiling. LLVM only consumes them to convert a contextual tree
@@ -114,4 +114,4 @@ class ContextNode final {
114114};
115115} // namespace ctx_profile
116116} // namespace llvm
117- #endif
117+ #endif
You can’t perform that action at this time.
0 commit comments