We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When CMAKE_C_COMPILER=clang CMAKE_CXX_COMPILER=clang++ UMF_BUILD_FUZZTESTS=ON:
CMAKE_C_COMPILER=clang CMAKE_CXX_COMPILER=clang++ UMF_BUILD_FUZZTESTS=ON
$ LD_PRELOAD=./lib/libumf_proxy.so ctest ctest: symbol lookup error: unified-memory-framework/build/lib/libumf.so.0: undefined symbol: __sancov_lowest_stack
$ cmake .. -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DUMF_BUILD_FUZZTESTS=ON $ LD_PRELOAD=./lib/libumf_proxy.so ctest ctest: symbol lookup error: unified-memory-framework/build/lib/libumf.so.0: undefined symbol: __sancov_lowest_stack
always
ctest: symbol lookup error: unified-memory-framework/build/lib/libumf.so.0: undefined symbol: __sancov_lowest_stack
ctest runs without any errors.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When
CMAKE_C_COMPILER=clang CMAKE_CXX_COMPILER=clang++ UMF_BUILD_FUZZTESTS=ON
:Environment Information
Please provide a reproduction of the bug:
How often bug is revealed:
always
Actual behavior:
ctest: symbol lookup error: unified-memory-framework/build/lib/libumf.so.0: undefined symbol: __sancov_lowest_stack
Expected behavior:
ctest runs without any errors.
The text was updated successfully, but these errors were encountered: