<div dir="auto">Hello,<div dir="auto"><br></div><div dir="auto">libgcc is the compiler runtime builtins. This defaults to gnu/gcc on linux. You need to build compiler-rt builtins and crt in your first pass and then pass --rtlib=compiler-rt in your flags (or maybe there is a LLVM_USE_COMPILER_RT cmake variable but I can't check currently).</div><div dir="auto"><br></div><div dir="auto">Hopefully this points you in the right direction. </div><div dir="auto"><br></div><div dir="auto">-- Tobias</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jan 6, 2020, 21:01 Meisam Fathi via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I am trying to bootstrap LLVM with LLVM so it does not depend on gcc libraries anymore, but I had little success. Is it possible to do it? If yes, what am I doing wrong?<div><br></div><div>I download the llvm-8.0.1 tar.gz and build these llvm projects: llmv;libcxx;libcxxabi;clang;clang-tools-extra;compiler-rt;libunwind</div><div><br></div><div>I do two round of building: a bootstrap round, and a final round.</div><div><br></div><div>In the bootstrap round, I build llvm with clang-8 (downloaded form llvm apt-repo for ubuntu). I link with lld and I set -I, and -L to /include and /lib paths. I also set the rpath.</div><div><br></div><div>In the final round, I copy the llvm binaries from the last round to a new and pristine system with nothing but the llvm source code on it (to make sure I do not depend on gcc libraries). Here I try to build the source code, one more time, with the binaries form the bootstrap round. But my bootstrap compiler, among other things, depends on -lgcc, and -lgcc_s. I am wondering if it is possible to build llvm/clang so it does not depend on them. I fiddled with multiple flags and options, including -nostdinc, -nostdinc++, -stdlib=libc++, etc, but with no success.</div><div><br></div><div>Thanks,</div><div>Meisam</div></div>
_______________________________________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank" rel="noreferrer">llvm-dev@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev</a><br>
</blockquote></div>