[libc] Remove leftover debug prints
authorJoseph Huber <jhuber6@vols.utk.edu>
Tue, 14 Mar 2023 20:11:30 +0000 (15:11 -0500)
committerJoseph Huber <jhuber6@vols.utk.edu>
Tue, 14 Mar 2023 20:14:12 +0000 (15:14 -0500)
libc/cmake/modules/LLVMLibCObjectRules.cmake

index e97a6a4..b3503a9 100644 (file)
@@ -173,11 +173,9 @@ function(_build_gpu_objects fq_target_name internal_target_name)
   target_compile_options(${fq_target_name} BEFORE PRIVATE
                          ${common_compile_options} -nostdlib)
   foreach(packaged_gpu_binary ${packaged_gpu_binaries})
-    message(STATUS ${packaged_gpu_binary})
     target_compile_options(${fq_target_name} PRIVATE
                            "SHELL:-Xclang -fembed-offload-object=${packaged_gpu_binary}")
   endforeach()
-    message(STATUS "\n")
   target_include_directories(${fq_target_name} PRIVATE ${include_dirs})
   add_dependencies(${fq_target_name}
                    ${full_deps_list} ${packaged_gpu_names} ${stub_target_name})