File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
- // ===- Timing.h - Execution time measurement facilities ---------*- C++ -*-===//
1
+ // ===-- include/flang/Support/ Timing.h ----------------- ---------*- C++ -*-===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
10
10
//
11
11
// ===----------------------------------------------------------------------===//
12
12
13
- #ifndef FORTRAN_SUPPORT_TIMING_H
14
- #define FORTRAN_SUPPORT_TIMING_H
13
+ #ifndef FORTRAN_SUPPORT_TIMING_H_
14
+ #define FORTRAN_SUPPORT_TIMING_H_
15
15
16
16
#include " mlir/Support/Timing.h"
17
17
@@ -24,4 +24,4 @@ std::unique_ptr<mlir::OutputStrategy> createTimingFormatterText(
24
24
25
25
} // namespace Fortran::support
26
26
27
- #endif // FORTRAN_SUPPORT_TIMING_H
27
+ #endif /* FORTRAN_SUPPORT_TIMING_H_ */
Original file line number Diff line number Diff line change 1
- add_subdirectory (Support)
2
1
add_subdirectory (Evaluate)
3
2
add_subdirectory (Decimal)
4
3
add_subdirectory (Lower)
Original file line number Diff line number Diff line change 1
- // ===- Timing.cpp - Execution time measurement facilities -----------------===//
1
+ // ===-- lib/Support/ Timing.cpp ----------------------------------*- C++ -* -===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
You can’t perform that action at this time.
0 commit comments