search for: have_libcxxabi

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

2020 Apr 08
4
Clarifying the supported ways to build libc++, libc++abi and libunwind
...s -- it would be just a driver for building these libraries using documented options against the just-built Clang. I think it already does so in essence, however if I'm not mistaken it uses the "Standalone build" and it definitely sets some magic and undocumented CMake variables (like HAVE_LIBCXXABI) that we have to be really careful not to break. So, to better understand what people use today, I have some questions. I know the answer to some of those, but I want to see what others have to say: 1. What is a "Standalone build"? What does it enable that a normal monorepo build can...
2020 Apr 08
2
Clarifying the supported ways to build libc++, libc++abi and libunwind
...t a > driver for building these libraries using documented options against the > just-built Clang. I think it already does so in essence, however if I'm not > mistaken it uses the "Standalone build" and it definitely sets some magic > and undocumented CMake variables (like HAVE_LIBCXXABI) that we have to be > really careful not to break. > > > > So, to better understand what people use today, I have some questions. I > know the answer to some of those, but I want to see what others have to say: > > > > 1. What is a "Standalone build"? What do...