Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrodgers committed Jun 14, 2019
2 parents 6a28292 + 7297966 commit 9b2dd70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/build_aomp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ echo " ================= START build_aomp.sh ==================="
echo

if [ "$AOMP_BUILD_HIP" == 1 ] ; then
components="roct rocr llvm lld clang extras utils hcc hip atmi openmp libdevice libm"
components="roct rocr llvm lld clang utils hcc hip extras atmi openmp libdevice libm"
else
# The hip build will only install headers if AOMP_BUILD_HIP is off
# if AOMP_BUILD_HIP is off, then hcc is not built
components="roct rocr llvm lld clang extras utils hip atmi openmp libdevice libm"
components="roct rocr llvm lld clang utils hip extras atmi openmp libdevice libm"
fi
for COMPONENT in $components ; do
echo
Expand Down

0 comments on commit 9b2dd70

Please sign in to comment.