search for: builtins_x86_64_osx

Displaying 2 results from an estimated 2 matches for "builtins_x86_64_osx".

2016 Dec 19
0
libcompiler_rt.so and libcompiler_rt.a are not being built
...on cpowl): undefined symbol '__mulxc3' > (function csqrt): undefined symbol '__muldc3' > > I'm pretty sure this problem is solved by just adding -lcompiler_rt to LDFLAGS. Did that work? If not, try building the builtins for your platform, e.g: $ ninja libclang_rt.builtins_x86_64_osx.a best, vedant
2016 Dec 18
3
libcompiler_rt.so and libcompiler_rt.a are not being built
16.12.2016, 18:23, "Vedant Kumar" <vsk at apple.com>: >>  On Dec 16, 2016, at 7:06 AM, Dmitry Golovin via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >>  I want to build LLVM-based toolchain with Musl, I have LLVM sources with clang and lld (under `tools` directory) and libunwind, compiler-rt, libcxx and libcxxabi (under `projects` directory). All are