[PATCH] D66494: [GWP-ASan] Build stack_trace_compressor_fuzzer.
Praveen velliengiri via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Aug 24 01:53:11 PDT 2019
pree-jackie added a comment.
@hctim This breaks the debug build of llvm when the host compiler doesn't build with compiler-rt. I build llvm/clang (release build) as a host compiler, to build llvm,compiler-rt (debug) build. Unfortunately, while building the debug build, the process tries to find the already installed compiler-rt of the host compiler (which is not present). Do you have any guidelines?
You can also check the build process error log : https://pastebin.com/Q76H9FW9
Thanks
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66494/new/
https://reviews.llvm.org/D66494
More information about the llvm-commits
mailing list