File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 11
11
#ifndef FORTRAN_RUNTIME_ALLOCATABLE_H_
12
12
#define FORTRAN_RUNTIME_ALLOCATABLE_H_
13
13
14
- #include " flang/Runtime/descriptor.h"
14
+ #include " flang/Runtime/descriptor-consts .h"
15
15
#include " flang/Runtime/entry-names.h"
16
16
17
17
namespace Fortran ::runtime {
18
+ using common::TypeCategory;
18
19
19
20
extern " C" {
20
21
Original file line number Diff line number Diff line change 12
12
#ifndef FORTRAN_RUNTIME_POINTER_H_
13
13
#define FORTRAN_RUNTIME_POINTER_H_
14
14
15
- #include " flang/Runtime/descriptor.h"
15
+ #include " flang/Runtime/descriptor-consts .h"
16
16
#include " flang/Runtime/entry-names.h"
17
17
18
18
namespace Fortran ::runtime {
Original file line number Diff line number Diff line change 1
1
if (FLANG_CUF_RUNTIME )
2
2
3
3
add_flang_unittest (FlangCufRuntimeTests
4
- Allocatable.cpp
5
- AllocatorCUF.cpp
6
- Memory.cpp
4
+ ${FLANG_RT_SOURCE_DIR} /unittests/Runtime/CUDA/ Allocatable.cpp
5
+ ${FLANG_RT_SOURCE_DIR} /unittests/Runtime/CUDA/ AllocatorCUF.cpp
6
+ ${FLANG_RT_SOURCE_DIR} /unittests/Runtime/CUDA/ Memory.cpp
7
7
)
8
8
9
9
if (BUILD_SHARED_LIBS )
You can’t perform that action at this time.
0 commit comments