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 1111#ifndef FORTRAN_RUNTIME_ALLOCATABLE_H_
1212#define FORTRAN_RUNTIME_ALLOCATABLE_H_
1313
14- #include " flang/Runtime/descriptor.h"
14+ #include " flang/Runtime/descriptor-consts .h"
1515#include " flang/Runtime/entry-names.h"
1616
1717namespace Fortran ::runtime {
18+ using common::TypeCategory;
1819
1920extern " C" {
2021
Original file line number Diff line number Diff line change 1212#ifndef FORTRAN_RUNTIME_POINTER_H_
1313#define FORTRAN_RUNTIME_POINTER_H_
1414
15- #include " flang/Runtime/descriptor.h"
15+ #include " flang/Runtime/descriptor-consts .h"
1616#include " flang/Runtime/entry-names.h"
1717
1818namespace Fortran ::runtime {
Original file line number Diff line number Diff line change 11if (FLANG_CUF_RUNTIME)
22
33add_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
77)
88
99if (BUILD_SHARED_LIBS )
You can’t perform that action at this time.
0 commit comments