Skip to content

Commit 0acdba8

Browse files
authored
[libc] Remove leftover 'gpu/' source directory (#122368)
Summary: This isn't used anymore, I moved the GPU extensions into `offload/`.
1 parent 8ea8e7f commit 0acdba8

File tree

4 files changed

+0
-70
lines changed

4 files changed

+0
-70
lines changed

libc/src/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ if(${LIBC_TARGET_OS} STREQUAL "linux")
2626
add_subdirectory(unistd)
2727
endif()
2828

29-
if(${LIBC_TARGET_OS} STREQUAL "gpu")
30-
add_subdirectory(gpu)
31-
endif()
32-
3329
if(NOT LLVM_LIBC_FULL_BUILD)
3430
return()
3531
endif()

libc/src/gpu/CMakeLists.txt

Lines changed: 0 additions & 10 deletions
This file was deleted.

libc/src/gpu/rpc_host_call.cpp

Lines changed: 0 additions & 35 deletions
This file was deleted.

libc/src/gpu/rpc_host_call.h

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)