search for: libmemsentry

Displaying 1 result from an estimated 1 matches for "libmemsentry".

2020 Apr 20
2
How to optimize a large project in llvm pass?
..../libmypass-rt.a" $ export CFLAGS=" -fsanitize=safe-stack -Wall -Wextra -fpic -flto -Xclang -load -Xclang path/to/.../libmypass.so" $ export LDFLAGS=" -flto -fuse-ld=gold" $ ./configure $ make But, errors occurred. I check out config.log /usr/bin/ld.gold: error: path/to/.../libmemsentry-rt.a : no archive symbol table (run ranlib) clang-10: error: linker command failed with exit code 1 (use -v to see invocation) What shuold I do? If this problem is solved, please tell me whether my method can achieve my goal? Thansk! - -------------- next part -------------- An HTML attach...