Lines Matching full:abi
32 #. Checkout libc++abi:
38 #. Configure and build libc++ with libc++abi:
51 * ``make cxx`` --- will build libc++ and libc++abi.
54 Shared libraries for libc++ and libc++ abi should now be present in llvm/build/lib.
57 #. **Optional**: Install libc++ and libc++abi
71 FreeBSD, Linux, or Mac using `libc++abi`_ as the C++ ABI library.
80 $ # Check out llvm, libc++ and libc++abi.
146 .. _`libc++abi`: http://libcxxabi.llvm.org/
253 ABI Library Specific Options
260 Select the ABI library to build libc++ against.
264 Provide additional search paths for the ABI library headers.
268 Provide the path to the ABI library that libc++ should link against.
274 If this option is enabled, libc++ will try and link the selected ABI library
283 links the correct ABI library.
290 libc++abi is the C++ ABI library used.
332 libc++ ABI Feature Options
335 The following options allow building libc++ for a different ABI version.
341 Defines the target ABI version of libc++.
347 Build the "unstable" ABI version of libc++. Includes all ABI changing features
354 A semicolon-separated list of ABI macros to persist in the site config header.
355 See ``include/__config`` for the list of ABI macros.
380 Using Alternate ABI libraries
484 Using a local ABI library installation
490 These instructions should only be used when you can't install your ABI library.
492 Normally you must link libc++ against a ABI shared library that the
493 linker can find. If you want to build and test libc++ against an ABI
495 ``-DLIBCXX_CXX_ABI_LIBRARY_PATH=/path/to/abi/lib`` when configuring CMake.
497 An example build using libc++abi would look like:
502 -DLIBCXX_CXX_ABI=libc++abi \
508 When testing libc++ LIT will automatically link against the proper ABI