Skip to content

Commit 434c9c5

Browse files
authored
[flang][cuf][NFC] Clean up unused header and library (#109326)
These were part of a previous attempt and are not needed anymore.
1 parent 283c2c8 commit 434c9c5

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

flang/runtime/CUDA/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ add_flang_library(${CUFRT_LIBNAME}
1818
allocatable.cpp
1919
descriptor.cpp
2020
memory.cpp
21-
22-
LINK_COMPONENTS
23-
Support
2421
)
2522

2623
if (BUILD_SHARED_LIBS)

flang/runtime/CUDA/allocatable.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include "flang/Runtime/CUDA/common.h"
1313
#include "flang/Runtime/CUDA/descriptor.h"
1414
#include "flang/Runtime/allocatable.h"
15-
#include "llvm/Support/ErrorHandling.h"
1615

1716
#include "cuda_runtime.h"
1817

0 commit comments

Comments
 (0)