Skip to content

Commit 34dd1d2

Browse files
committed
Post-merge fixes
1 parent 49f1570 commit 34dd1d2

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

flang/include/flang/Runtime/allocatable.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,11 @@
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

1717
namespace Fortran::runtime {
18+
using common::TypeCategory;
1819

1920
extern "C" {
2021

flang/include/flang/Runtime/pointer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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

1818
namespace Fortran::runtime {

flang/unittests/Runtime/CUDA/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
if (FLANG_CUF_RUNTIME)
22

33
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
77
)
88

99
if (BUILD_SHARED_LIBS)

0 commit comments

Comments
 (0)