[libc-commits] [libc] [libc] Implement 'getenv' on the GPU target (PR #102376)
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Thu Aug 8 04:30:33 PDT 2024
================
@@ -34,7 +34,7 @@ function(add_startup_object name)
RUNTIME_OUTPUT_DIRECTORY ${LIBC_LIBRARY_DIR}
RUNTIME_OUTPUT_NAME ${name}.o)
target_link_options(${fq_target_name}.exe PRIVATE
----------------
jhuber6 wrote:
It's just a dummy target, needed to be unique and since it's an executable, it's `.exe`.
https://github.com/llvm/llvm-project/pull/102376
More information about the libc-commits
mailing list