<div dir="ltr"><div dir="ltr"><div>Never mind...  I just figured out I had CMAKE_INSTALL_PREFIX for compiler-rt set wrong.  When cross-compiling compiler-rt it should be: -DCMAKE_INSTALL_PREFIX=${TOOLCHAIN_DIR}/lib/clang/8.0.0</div><div><br></div><div>Cheers,</div><div>Joel<br></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Fri, Dec 21, 2018 at 11:12 AM Joel Winarske <<a href="mailto:joel.winarske@gmail.com">joel.winarske@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>I'm trying to use a cross-compiled compiler-rt with libcxxabi.</div><div><br></div><div>I'm seeing a conflict between what LLVM reports library location, and where compiler-rt installs it.</div><div><br></div><div>Running this: ${toolchain}/bin/clang++ --rtlib=compiler-rt --print-libgcc-file-name</div><div>Returns: ${toolchain}/lib/clang/8.0.0/lib/linux/libclang_rt.builtins-armhf.a</div><div>The .../8.0.0/lib folder doesn't exist, only .../8.0.0/include post install.<br></div><div><br></div><div>When cross-compiling compiler-rt, it installs to a different path:</div><div>${toolchain}/compiler-rt/lib/linux/libclang_rt.builtins-armhf.a</div><div>${toolchain}/compiler-rt/lib/linux/libclang_rt.profile-armhf.a</div><div><br></div><div>So which is correct, and which needs to change?</div><div><br></div><div>I'm working with tip of the tree on all components.</div><div><br></div><div>Thanks,</div><div>Joel<br> </div></div></div></div></div></div>
</blockquote></div>