llvm-project/libc/test
Michael Jones 3e18fb3390 [libc] Switch functions to using global headers
This switches all of the files in src/string, src/math, and
test/src/math from using relative paths (e.g. `#include “include/string.h”`)
to global paths (e.g. `#include <string.h>`) to make bringing up those
functions on other platforms, such as fuchsia, easier.

Reviewed By: sivachandra

Differential Revision: https://reviews.llvm.org/D91394
2020-11-21 00:07:17 +00:00
..
config [libc][Obvious] Use full path with cmake's if(EXISTS ...). 2020-06-10 15:08:00 -07:00
loader [libc][NFC] Disable a loader test as ld.gold fails to link. 2020-08-07 23:45:18 -07:00
src [libc] Switch functions to using global headers 2020-11-21 00:07:17 +00:00
utils [libc] Add strspn implementation and std::bitset 2020-08-05 16:48:38 -04:00
CMakeLists.txt [libc][obvious] Move ErrnoSetterMatcher to test/ErrnoSetterMetcher.h. 2020-07-28 11:05:52 -07:00
ErrnoSetterMatcher.h [libc][obvious] Move ErrnoSetterMatcher to test/ErrnoSetterMetcher.h. 2020-07-28 11:05:52 -07:00