Hi,
I have problem when I build a project on Ubuntu 16.04 with LLVM 11.1. and build error report :
[build] /usr/bin/ld: cannot find /usr/lib/clang/11.1.0/lib/linux/libclang_rt.asan-i386.a: No such file or directory
I's seem /libclang_rt.asan-i386.a not exist in clang+llvm-11.1.0-x86_64-linux-gnu-ubuntu-16.04.tar.xz.
So How do I generate this file of libclang_rt.asan-i386.a .
Thank you in advance.