[openmp] NFC add bitcode comment

This commit is contained in:
Ron Lieberman 2021-09-02 18:21:33 -05:00
parent cc2d4dc3e0
commit fdac5adee6
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ else()
set(OUTPUTDIR ${CMAKE_ARCHIVE_OUTPUT_DIRECTORY})
endif()
# create libraries
# create gfx bitcode libraries
set(mcpus gfx700 gfx701 gfx801 gfx803 gfx900 gfx902 gfx906 gfx908 gfx90a gfx1010 gfx1030 gfx1031)
if (DEFINED LIBOMPTARGET_AMDGCN_GFXLIST)
set(mcpus ${LIBOMPTARGET_AMDGCN_GFXLIST})