File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
test/ctx_profile/TestCases
llvm/include/llvm/ProfileData Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 55
55
// / to be concerned with memory safety. Their subcontexts never get populated,
56
56
// / though. The runtime code here produces and recognizes them.
57
57
58
- #ifndef LLVM_LIB_PROFILEDATA_CTXINSTRCONTEXTNODE_H
59
- #define LLVM_LIB_PROFILEDATA_CTXINSTRCONTEXTNODE_H
58
+ #ifndef LLVM_PROFILEDATA_CTXINSTRCONTEXTNODE_H
59
+ #define LLVM_PROFILEDATA_CTXINSTRCONTEXTNODE_H
60
60
61
61
#include < stdint.h>
62
62
#include < stdlib.h>
Original file line number Diff line number Diff line change 2
2
; NOTE: if this test fails, please make sure the two files are identical copies
3
3
; of eachother.
4
4
;
5
- ; RUN: diff %crt_src/lib/ctx_profile/CtxInstrContextNode.h %llvm_src/lib /ProfileData/CtxInstrContextNode.h
5
+ ; RUN: diff %crt_src/lib/ctx_profile/CtxInstrContextNode.h %llvm_src/include/llvm /ProfileData/CtxInstrContextNode.h
Original file line number Diff line number Diff line change 55
55
// / to be concerned with memory safety. Their subcontexts never get populated,
56
56
// / though. The runtime code here produces and recognizes them.
57
57
58
- #ifndef LLVM_LIB_PROFILEDATA_CTXINSTRCONTEXTNODE_H
59
- #define LLVM_LIB_PROFILEDATA_CTXINSTRCONTEXTNODE_H
58
+ #ifndef LLVM_PROFILEDATA_CTXINSTRCONTEXTNODE_H
59
+ #define LLVM_PROFILEDATA_CTXINSTRCONTEXTNODE_H
60
60
61
61
#include < stdint.h>
62
62
#include < stdlib.h>
You can’t perform that action at this time.
0 commit comments