File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ if [ "$1" != "nocmake" ] && [ "$1" != "install" ] ; then
161161 fi
162162
163163 if [ " $AOMP_BUILD_SANITIZER " == 1 ]; then
164- ASAN_CMAKE_OPTS=" $MYCMAKEOPTS -DSANITIZER_AMDGPU=1 -DLLVM_LIBDIR_SUFFIX =/asan"
164+ ASAN_CMAKE_OPTS=" $MYCMAKEOPTS -DSANITIZER_AMDGPU=1 -DOFFLOAD_LIBDIR_SUFFIX =/asan"
165165 mkdir -p $BUILD_DIR /build/offload/asan
166166 cd $BUILD_DIR /build/offload/asan
167167 echo " ------Running offload-asan cmake ---- "
@@ -195,10 +195,10 @@ if [ "$1" != "nocmake" ] && [ "$1" != "install" ] ; then
195195
196196 # Only use CMAKE_CXX/C_FLAGS on non-asan builds as these will overwrite the asan flags
197197 if [ " $AOMP_BUILD_SANITIZER " == 1 ]; then
198- ASAN_CMAKE_OPTS=" $MYCMAKEOPTS -DSANITIZER_AMDGPU=1 -DLLVM_LIBDIR_SUFFIX =-debug/asan"
198+ ASAN_CMAKE_OPTS=" $MYCMAKEOPTS -DSANITIZER_AMDGPU=1 -DOFFLOAD_LIBDIR_SUFFIX =-debug/asan"
199199 fi
200200
201- MYCMAKEOPTS=" $MYCMAKEOPTS -DLLVM_LIBDIR_SUFFIX =-debug"
201+ MYCMAKEOPTS=" $MYCMAKEOPTS -DOFFLOAD_LIBDIR_SUFFIX =-debug"
202202 if [ " $AOMP_BUILD_SANITIZER " != 1 ]; then
203203 mkdir -p $BUILD_DIR /build/offload_debug
204204 cd $BUILD_DIR /build/offload_debug
You can’t perform that action at this time.
0 commit comments