[Openmp-commits] [openmp] fdac5ad - [openmp] NFC add bitcode comment
Ron Lieberman via Openmp-commits
openmp-commits at lists.llvm.org
Thu Sep 2 16:21:55 PDT 2021
Author: Ron Lieberman
Date: 2021-09-02T18:21:39-05:00
New Revision: fdac5adee6c9e9699e05f7b32b1a62816b9fed7d
URL: https://github.com/llvm/llvm-project/commit/fdac5adee6c9e9699e05f7b32b1a62816b9fed7d
DIFF: https://github.com/llvm/llvm-project/commit/fdac5adee6c9e9699e05f7b32b1a62816b9fed7d.diff
LOG: [openmp] NFC add bitcode comment
Added:
Modified:
openmp/libomptarget/deviceRTLs/amdgcn/CMakeLists.txt
Removed:
################################################################################
diff --git a/openmp/libomptarget/deviceRTLs/amdgcn/CMakeLists.txt b/openmp/libomptarget/deviceRTLs/amdgcn/CMakeLists.txt
index 98bf0cb29382e..6e92634f5420b 100644
--- a/openmp/libomptarget/deviceRTLs/amdgcn/CMakeLists.txt
+++ b/openmp/libomptarget/deviceRTLs/amdgcn/CMakeLists.txt
@@ -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})
More information about the Openmp-commits
mailing list