Skip to content

Commit 9b2dd70

Browse files
committed
2 parents 6a28292 + 7297966 commit 9b2dd70

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/build_aomp.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ echo " ================= START build_aomp.sh ==================="
7070
echo
7171

7272
if [ "$AOMP_BUILD_HIP" == 1 ] ; then
73-
components="roct rocr llvm lld clang extras utils hcc hip atmi openmp libdevice libm"
73+
components="roct rocr llvm lld clang utils hcc hip extras atmi openmp libdevice libm"
7474
else
7575
# The hip build will only install headers if AOMP_BUILD_HIP is off
7676
# if AOMP_BUILD_HIP is off, then hcc is not built
77-
components="roct rocr llvm lld clang extras utils hip atmi openmp libdevice libm"
77+
components="roct rocr llvm lld clang utils hip extras atmi openmp libdevice libm"
7878
fi
7979
for COMPONENT in $components ; do
8080
echo

0 commit comments

Comments
 (0)