Lines Matching refs:ABI
71 FreeBSD, Linux, or Mac using `libc++abi`_ as the C++ ABI library.
266 ABI Library Specific Options
273 Select the ABI library to build libc++ against.
277 Provide additional search paths for the ABI library headers.
281 Provide the path to the ABI library that libc++ should link against.
287 If this option is enabled, libc++ will try and link the selected ABI library
296 links the correct ABI library.
303 libc++abi is the C++ ABI library used.
357 Pick the default for whether to constrain ABI-unstable symbols to
363 libc++ ABI Feature Options
366 The following options allow building libc++ for a different ABI version.
372 Defines the target ABI version of libc++.
378 Build the "unstable" ABI version of libc++. Includes all ABI changing features
383 **Default**: ``__n`` where ``n`` is the current ABI version.
385 This option defines the name of the inline ABI versioning namespace. It can be used for building
393 Doing otherwise could cause conflicts and hinder libc++ ABI evolution.
399 A semicolon-separated list of ABI macros to persist in the site config header.
400 See ``include/__config`` for the list of ABI macros.
425 Using Alternate ABI libraries
529 Using a local ABI library installation
535 These instructions should only be used when you can't install your ABI library.
537 Normally you must link libc++ against a ABI shared library that the
538 linker can find. If you want to build and test libc++ against an ABI
553 When testing libc++ LIT will automatically link against the proper ABI