Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions libc/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ if(${LIBC_TARGET_OS} STREQUAL "linux")
add_subdirectory(unistd)
endif()

if(${LIBC_TARGET_OS} STREQUAL "gpu")
add_subdirectory(gpu)
endif()

if(NOT LLVM_LIBC_FULL_BUILD)
return()
endif()
Expand Down
10 changes: 0 additions & 10 deletions libc/src/gpu/CMakeLists.txt

This file was deleted.

35 changes: 0 additions & 35 deletions libc/src/gpu/rpc_host_call.cpp

This file was deleted.

21 changes: 0 additions & 21 deletions libc/src/gpu/rpc_host_call.h

This file was deleted.

Loading