Skip to content

Commit

Permalink
[libc] Remove leftover debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuber6 committed Mar 14, 2023
1 parent e46d8a7 commit dab75a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libc/cmake/modules/LLVMLibCObjectRules.cmake
Expand Up @@ -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})
Expand Down

0 comments on commit dab75a4

Please sign in to comment.