Skip to content

Commit f2e1535

Browse files
committed
Move new file pointer.cpp
1 parent c5e6acc commit f2e1535

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

flang/runtime/CUDA/pointer.cpp renamed to flang-rt/lib/flang_rt/CUDA/pointer.cpp

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- runtime/CUDA/pointer.cpp ------------------------------------------===//
1+
//===-- lib/flang_rt/CUDA/pointer.cpp ---------------------------*- C++ -*-===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.
@@ -7,9 +7,10 @@
77
//===----------------------------------------------------------------------===//
88

99
#include "flang/Runtime/CUDA/pointer.h"
10-
#include "../assign-impl.h"
11-
#include "../stat.h"
12-
#include "../terminator.h"
10+
#include "flang-rt/assign-impl.h"
11+
#include "flang-rt/descriptor.h"
12+
#include "flang-rt/stat.h"
13+
#include "flang-rt/terminator.h"
1314
#include "flang/Runtime/CUDA/descriptor.h"
1415
#include "flang/Runtime/CUDA/memmove-function.h"
1516
#include "flang/Runtime/pointer.h"

0 commit comments

Comments
 (0)