Lines Matching refs:ABI
71 FreeBSD, Linux, or Mac using `libc++abi`_ as the C++ ABI library.
248 ABI Library Specific Options
255 Select the ABI library to build libc++ against.
259 Provide additional search paths for the ABI library headers.
263 Provide the path to the ABI library that libc++ should link against.
269 If this option is enabled, libc++ will try and link the selected ABI library
278 links the correct ABI library.
285 libc++abi is the C++ ABI library used.
327 libc++ ABI Feature Options
330 The following options allow building libc++ for a different ABI version.
336 Defines the target ABI version of libc++.
342 Build the "unstable" ABI version of libc++. Includes all ABI changing features
368 Using Alternate ABI libraries
472 Using a local ABI library installation
478 These instructions should only be used when you can't install your ABI library.
480 Normally you must link libc++ against a ABI shared library that the
481 linker can find. If you want to build and test libc++ against an ABI
496 When testing libc++ LIT will automatically link against the proper ABI