You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we build opencl-clang on Ubuntu 16.04 Xenial with pre-built LLVM and
pre-built SPIR-V library using GNU ld linker (binutils 2.26.1) we can see
segmentaion fault at linking. This is probably a bug in the linker.
The crash appears because '--gc-sections' linker option is added by
add_link_opts function in AddLLVM.cmake. Cmake doesn't use this option if
LLVM_NO_DEAD_STRIP is ON
0 commit comments