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 109ee71 commit 491e8efCopy full SHA for 491e8ef
source/loader/CMakeLists.txt
@@ -189,6 +189,7 @@ if(UR_ENABLE_SANITIZER)
189
if(NOT EXISTS ${LIBCXX_PATH} OR NOT EXISTS ${LIBCXX_ABI_PATH})
190
message(FATAL_ERROR "libc++ is required but can't find the libraries")
191
endif()
192
+ # Link with gcc_s fisrt to avoid some symbols resolve to libc++/libc++abi/libunwind's one
193
target_link_libraries(ur_loader PRIVATE gcc_s ${LIBCXX_PATH} ${LIBCXX_ABI_PATH})
194
195
0 commit comments