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 962606a commit a5e2e4fCopy full SHA for a5e2e4f
openmp/libomptarget/hostexec/CMakeLists.txt
@@ -38,8 +38,6 @@ if (hsa-runtime64_FOUND)
38
target_link_libraries(amdgcn_hostexec_services hsa-runtime64::hsa-runtime64)
39
if(SANITIZER_AMDGPU)
40
add_definitions(-DSANITIZER_AMDGPU=1)
41
- set(ASAN_LIB ${LLVM_LIBRARY_DIR}/clang/${LLVM_VERSION_MAJOR}.${LLVM_VERSION_MINOR}.${LLVM_VERSION_PATCH}/lib/linux/libclang_rt.asan-x86_64.so)
42
- target_link_libraries(amdgcn_hostexec_services ${ASAN_LIB})
43
endif()
44
add_compile_options($<$<OR:$<COMPILE_LANGUAGE:C>,$<COMPILE_LANGUAGE:CXX>>:-UNDEBUG>)
45
set_property(TARGET amdgcn_hostexec_services PROPERTY POSITION_INDEPENDENT_CODE ON)
0 commit comments