We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 283c2c8 commit 434c9c5Copy full SHA for 434c9c5
flang/runtime/CUDA/CMakeLists.txt
@@ -18,9 +18,6 @@ add_flang_library(${CUFRT_LIBNAME}
18
allocatable.cpp
19
descriptor.cpp
20
memory.cpp
21
-
22
- LINK_COMPONENTS
23
- Support
24
)
25
26
if (BUILD_SHARED_LIBS)
flang/runtime/CUDA/allocatable.cpp
@@ -12,7 +12,6 @@
12
#include "flang/Runtime/CUDA/common.h"
13
#include "flang/Runtime/CUDA/descriptor.h"
14
#include "flang/Runtime/allocatable.h"
15
-#include "llvm/Support/ErrorHandling.h"
16
17
#include "cuda_runtime.h"
0 commit comments