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