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 275eab9 commit 77363f7Copy full SHA for 77363f7
libc/startup/gpu/CMakeLists.txt
@@ -40,6 +40,9 @@ endfunction()
40
41
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${LIBC_TARGET_ARCHITECTURE})
42
add_subdirectory(${LIBC_TARGET_ARCHITECTURE})
43
+else()
44
+ message(WARNING "Cannot build 'crt1.o' for ${LIBC_TARGET_ARCHITECTURE} yet.")
45
+ return()
46
endif()
47
48
add_startup_object(
0 commit comments