File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
+ //
9
+ // Coding style: https://mlir.llvm.org/getting_started/DeveloperGuide/
10
+ //
11
+ // ===----------------------------------------------------------------------===//
8
12
9
13
#ifndef FORTRAN_LOWER_OPENMP_H
10
14
#define FORTRAN_LOWER_OPENMP_H
Original file line number Diff line number Diff line change 5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
+ //
9
+ // Coding style: https://mlir.llvm.org/getting_started/DeveloperGuide/
10
+ //
11
+ // ===----------------------------------------------------------------------===//
8
12
9
13
#include " flang/Lower/OpenMP.h"
10
14
#include " flang/Lower/Bridge.h"
You can’t perform that action at this time.
0 commit comments