[Openmp-commits] [PATCH] D98658: [libomptarget] Build amdgcn devicertl by default
Jon Chesterfield via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Mar 15 13:19:54 PDT 2021
JonChesterfield added inline comments.
Herald added a subscriber: sstefan1.
================
Comment at: openmp/libomptarget/deviceRTLs/amdgcn/CMakeLists.txt:157
install(FILES ${OUTPUTDIR}/${bc_libname}
- DESTINATION "${OPENMP_INSTALL_LIBDIR}/libdevice"
+ DESTINATION "${OPENMP_INSTALL_LIBDIR}"
)
----------------
This matches nvptx and the clang driver from trunk. It marks a divergence from the rocm install tree.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98658/new/
https://reviews.llvm.org/D98658
More information about the Openmp-commits
mailing list