File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 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++ -*-===//
22//
33// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44// See https://llvm.org/LICENSE.txt for license information.
1010//
1111// ===----------------------------------------------------------------------===//
1212
13- #ifndef FORTRAN_SUPPORT_TIMING_H
14- #define FORTRAN_SUPPORT_TIMING_H
13+ #ifndef FORTRAN_SUPPORT_TIMING_H_
14+ #define FORTRAN_SUPPORT_TIMING_H_
1515
1616#include " mlir/Support/Timing.h"
1717
@@ -24,4 +24,4 @@ std::unique_ptr<mlir::OutputStrategy> createTimingFormatterText(
2424
2525} // namespace Fortran::support
2626
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)
21add_subdirectory (Evaluate)
32add_subdirectory (Decimal)
43add_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++ -* -===//
22//
33// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44// See https://llvm.org/LICENSE.txt for license information.
You can’t perform that action at this time.
0 commit comments