[libc-commits] [PATCH] D143212: [libc] Add startup code implementation for GPU targets

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Feb 6 16:15:01 PST 2023


sivachandra accepted this revision.
sivachandra added inline comments.
This revision is now accepted and ready to land.


================
Comment at: libc/startup/gpu/CMakeLists.txt:92
+          DESTINATION ${CMAKE_INSTALL_LIBDIR}
+          COMPONENT ${LIBC_COMPONENT})
+endforeach()
----------------
The problem is here: replace `${LIBC_COMPONENT}` with `libc`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143212/new/

https://reviews.llvm.org/D143212



More information about the libc-commits mailing list