Lines Matching refs:libc
2 Testing libc++
11 libc++ uses LIT to configure and run its tests. The primary way to run the
12 libc++ tests is by using make check-libcxx. However since libc++ can be used
15 LIT directly to test libc++.
24 After building libc++ you must setup your environment to test libc++ using
43 Once you have your environment set up and you have built libc++ you can run
44 parts of the libc++ test suite by simply running `lit` on a specified test or
107 **Values**: libc++, libstdc++
110 libc++ is used. This option is intended to allow running the libc++ test
131 Specify the directory of the libc++ library to be tested. By default the
138 Specify the directory of the libc++ library to use at runtime. This directory
140 against one version of libc++ and run them using another. The default value
147 Enable or disable testing against the installed version of libc++ library.
178 building libc++ then that sanitizer will be used by default.
206 is stored in the libc++ repository.
228 built against the just-built libc++. The compiled tests are output into
233 is useful for comparing the performance of libc++ to other standard libraries.
234 The compiled benchmarks are named ``<test>.libcxx.out`` if they test libc++ and