[libc-commits] [libc] [libc] Implement 'getenv' on the GPU target (PR #102376)
Schrodinger ZHU Yifan via libc-commits
libc-commits at lists.llvm.org
Wed Aug 7 21:52:11 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
----------------
SchrodingerZhu wrote:
Why was GPU startup object named with `.exe` suffix
https://github.com/llvm/llvm-project/pull/102376
More information about the libc-commits
mailing list