File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 15
15
#include " compiler.h"
16
16
#include " error.h"
17
17
#include " jit_dispatch.h"
18
- #include " sections_tracker .h"
18
+ #include " record_section_tracker .h"
19
19
#include " wrapper_function_utils.h"
20
20
21
21
#include < algorithm>
Original file line number Diff line number Diff line change 17
17
#include " error.h"
18
18
#include " interval_map.h"
19
19
#include " jit_dispatch.h"
20
- #include " sections_tracker .h"
20
+ #include " record_section_tracker .h"
21
21
#include " wrapper_function_utils.h"
22
22
23
23
#include < algorithm>
Original file line number Diff line number Diff line change 1
- // ===- sections_tracker.h - RecordSectionsTracker utilities for the ORC runtime
2
- // ----------*- C++ -*-===//
1
+ // ===- record_section_tracker.h -- for fixed-sized record sects -*- C++ -*-===//
3
2
//
4
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5
4
// See https://llvm.org/LICENSE.txt for license information.
12
11
//
13
12
// ===----------------------------------------------------------------------===//
14
13
15
- #ifndef ORC_RT_SECTIONSTRACKER_H
16
- #define ORC_RT_SECTIONSTRACKER_H
14
+ #ifndef ORC_RT_RECORD_SECTION_TRACKER_H
15
+ #define ORC_RT_RECORD_SECTION_TRACKER_H
17
16
18
17
#include " error.h"
19
18
#include " executor_address.h"
@@ -111,4 +110,4 @@ template <typename RecordElement> class RecordSectionsTracker {
111
110
112
111
} // namespace orc_rt
113
112
114
- #endif // ORC_RT_SECTIONSTRACKER_H
113
+ #endif // ORC_RT_RECORD_SECTION_TRACKER_H
You can’t perform that action at this time.
0 commit comments