We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 735551a commit e8630b0Copy full SHA for e8630b0
bin/build_aomp.sh
@@ -107,7 +107,7 @@ if [ "$AOMP_STANDALONE_BUILD" == 1 ] ; then
107
if [ "$AOMP_SKIP_FLANG" == 0 ] ; then
108
components="$components llvm-classic flang-classic pgmath flang flang_runtime"
109
fi
110
- components="$components hipcc hipamd hipify"
+ components="$components hipcc hipamd"
111
112
if [ "$AOMP_SKIP_FLANG_NEW" == 0 ] && [ "$AOMP_SKIP_FLANG" == 1 ] ; then
113
# We can only build hipfort for flang
0 commit comments