Issue with llvm-6.0

tareq@tareq-Lenovo-G50-70:~/ros_sample$ catkin_make
Base path: /home/tareq/ros_sample
Source space: /home/tareq/ros_sample/src
Build space: /home/tareq/ros_sample/build
Devel space: /home/tareq/ros_sample/devel
Install space: /home/tareq/ros_sample/install

Running command: “make cmake_check_build_system” in “/home/tareq/ros_sample/build”

Running command: “make -j4 -l4” in “/home/tareq/ros_sample/build”

[ 25%] Linking CXX executable /home/tareq/ros_sample/devel/lib/add/add_two_ints_client
[ 50%] Linking CXX executable /home/tareq/ros_sample/devel/lib/time/talker
/usr/bin/ld: /usr/lib/llvm-10/bin/…/lib/LLVMgold.so: error loading plugin: /usr/lib/llvm-10/bin/…/lib/LLVMgold.so: cannot open shared object file: No such file or directory
/usr/bin/ld: /usr/lib/llvm-10/bin/…/lib/LLVMgold.so: error loading plugin: /usr/lib/llvm-10/bin/…/lib/LLVMgold.so: cannot open shared object file: No such file or directory
clang: error: linker command failed with exit code 1 (use -v to see invocation)
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [time/CMakeFiles/talker.dir/build.make:101: /home/tareq/ros_sample/devel/lib/time/talker] Error 1
make[1]: *** [CMakeFiles/Makefile2:871: time/CMakeFiles/talker.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs…
make[2]: *** [add/CMakeFiles/add_two_ints_client.dir/build.make:101: /home/tareq/ros_sample/devel/lib/add/add_two_ints_client] Error 1
make[1]: *** [CMakeFiles/Makefile2:439: add/CMakeFiles/add_two_ints_client.dir/all] Error 2
make: *** [Makefile:141: all] Error 2
Invoking “make -j4 -l4” failed