File tree Expand file tree Collapse file tree 11 files changed +11
-20
lines changed Expand file tree Collapse file tree 11 files changed +11
-20
lines changed Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- #ifndef FORTRAN_RUNTIME_ALLOCATOR_REGISTRY_H_
10
- #define FORTRAN_RUNTIME_ALLOCATOR_REGISTRY_H_
9
+ #ifndef FLANG_RT_ALLOCATOR_REGISTRY_H_
10
+ #define FLANG_RT_ALLOCATOR_REGISTRY_H_
11
11
12
12
#include " flang/Common/api-attrs.h"
13
13
#include " flang/Runtime/allocator-registry-consts.h"
@@ -55,4 +55,4 @@ RT_OFFLOAD_VAR_GROUP_END
55
55
56
56
} // namespace Fortran::runtime
57
57
58
- #endif // FORTRAN_RUNTIME_ALLOCATOR_REGISTRY_H_
58
+ #endif /* FLANG_RT_ALLOCATOR_REGISTRY_H_ */
Original file line number Diff line number Diff line change 1
- // ===-- runtime/CUDA /kernel.cpp ------------------------------------------ -===//
1
+ // ===-- lib/CufRuntime /kernel.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.
Original file line number Diff line number Diff line change 1
- // ===-- runtime/CUDA /registration.cpp ------------------------------------ -===//
1
+ // ===-- lib/CufRuntime /registration.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.
Original file line number Diff line number Diff line change 1
- // ===-- runtime/Float128Math /remainder.cpp ------------------------------- -===//
1
+ // ===-- lib/FortranFloat128Math /remainder.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.
Original file line number Diff line number Diff line change 13
13
#ifndef FORTRAN_FRONTEND_COMPILERINVOCATION_H
14
14
#define FORTRAN_FRONTEND_COMPILERINVOCATION_H
15
15
16
- #include "flang/Common/LangOptions.h"
17
16
#include "flang/Frontend/CodeGenOptions.h"
18
17
#include "flang/Frontend/FrontendOptions.h"
19
18
#include "flang/Frontend/PreprocessorOptions.h"
20
19
#include "flang/Frontend/TargetOptions.h"
21
20
#include "flang/Lower/LoweringOptions.h"
22
21
#include "flang/Parser/parsing.h"
23
22
#include "flang/Semantics/semantics.h"
23
+ #include "flang/Support/LangOptions.h"
24
24
#include "clang/Basic/Diagnostic.h"
25
25
#include "clang/Basic/DiagnosticOptions.h"
26
26
#include "llvm/Option/ArgList.h"
Original file line number Diff line number Diff line change 13
13
#ifndef FORTRAN_LOWER_BRIDGE_H
14
14
#define FORTRAN_LOWER_BRIDGE_H
15
15
16
- #include " flang/Common/Fortran.h"
17
16
#include " flang/Frontend/CodeGenOptions.h"
18
17
#include " flang/Frontend/TargetOptions.h"
19
18
#include " flang/Lower/AbstractConverter.h"
Original file line number Diff line number Diff line change 13
13
#ifndef FORTRAN_TOOLS_CROSS_TOOL_HELPERS_H
14
14
#define FORTRAN_TOOLS_CROSS_TOOL_HELPERS_H
15
15
16
- #include " flang/Common/LangOptions.h"
17
- #include " flang/Common/MathOptionsBase.h"
18
16
#include " flang/Frontend/CodeGenOptions.h"
19
- #include " flang/Frontend /LangOptions.h"
17
+ #include " flang/Support /LangOptions.h"
20
18
#include " flang/Support/MathOptionsBase.h"
21
19
#include < cstdint>
22
20
Original file line number Diff line number Diff line change 16
16
#include " host.h"
17
17
#include " flang/Common/erfc-scaled.h"
18
18
#include " flang/Common/idioms.h"
19
- #include " flang/Common/static-multimap-view.h"
20
19
#include " flang/Evaluate/expression.h"
21
20
#include " flang/Support/static-multimap-view.h"
22
21
#include < cfloat>
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
9
9
#include " flang/Optimizer/Transforms/CUFGPUToLLVMConversion.h"
10
- #include " flang/Common/Fortran.h"
11
10
#include " flang/Optimizer/CodeGen/TypeConverter.h"
12
11
#include " flang/Optimizer/Support/DataLayout.h"
13
12
#include " flang/Runtime/CUDA/common.h"
13
+ #include " flang/Support/Fortran.h"
14
14
#include " mlir/Conversion/LLVMCommon/Pattern.h"
15
15
#include " mlir/Dialect/GPU/IR/GPUDialect.h"
16
16
#include " mlir/Pass/Pass.h"
Original file line number Diff line number Diff line change 7
7
// ===----------------------------------------------------------------------===//
8
8
9
9
#include " flang/Optimizer/Transforms/CufOpConversion.h"
10
- #include " flang/Optimizer/Transforms/CUFOpConversion.h"
11
- #include " flang/Common/Fortran.h"
12
10
#include " flang/Optimizer/Builder/Runtime/RTBuilder.h"
13
11
#include " flang/Optimizer/CodeGen/TypeConverter.h"
14
12
#include " flang/Optimizer/Dialect/CUF/CUFOps.h"
17
15
#include " flang/Optimizer/HLFIR/HLFIROps.h"
18
16
#include " flang/Optimizer/Support/DataLayout.h"
19
17
#include " flang/Optimizer/Transforms/CUFCommon.h"
18
+ #include " flang/Optimizer/Transforms/CUFOpConversion.h"
20
19
#include " flang/Runtime/CUDA/allocatable.h"
21
20
#include " flang/Runtime/CUDA/common.h"
22
21
#include " flang/Runtime/CUDA/descriptor.h"
You can’t perform that action at this time.
0 commit comments