Displaying 1 result from an estimated 1 matches for "libcxxabi_target_tripl".
Did you mean:
libcxxabi_target_triple
2016 Dec 02
2
Failed to configure LLVM for use with Musl
...ory). All are the latest versions cloned from GitHub mirror, branch `master`.
I'm trying to configure with the following options:
CLANG_DEFAULT_CXX_STDLIB = libc++
CLANG_DEFAULT_RTLIB = compiler-rt
LIBCXX_CXX_ABI = libcxxabi
LLVM_DEFAULT_TARGET_TRIPLE = x86_64-pc-linux-musl
LIBCXXABI_TARGET_TRIPLE = x86_64-pc-linux-musl
LIBUNWIND_TARGET_TRIPLE = x86_64-pc-linux-musl
DEFAULT_SYSROOT = /path/to/musl
GCC_INSTALL_PREFIX = /path/to/gcc-stub
LLVM_TARGETS_TO_BUILD = X86
LIBCXXABI_USE_COMPILER_RT = ON
LIBCXXABI_USE_LLVM_UNWINDER = ON
LIBCXX_HAS_MUSL_LIBC = ON
LIBCXX_...