llvm-project/libcxx/test
Louis Dionne 048688fd80 [libc++] Fix incorrect main() signatures in the tests
Those creep up from time to time. We need to use `int main(int, char**)`
because in freestanding mode, `main` doesn't get special treatment and
special mangling, so we setup a symbol alias from the mangled version of
`main(int, char**)` to `extern "C" main`. That only works if all the tests
are consistent about how they define their main function.
2021-10-20 16:26:34 -04:00
..
configs [libc++][AIX] Add scripts and config for building with the libcxx CI infrastructure 2021-10-14 14:31:10 -04:00
libcxx [libc++] Add an option to disable wide character support in libc++ 2021-10-12 06:08:23 -04:00
std [libc++] Fix incorrect main() signatures in the tests 2021-10-20 16:26:34 -04:00
support [libc++] Add an option to disable wide character support in libc++ 2021-10-12 06:08:23 -04:00
CMakeLists.txt [libc++] Simplify writing testing config files 2021-10-06 15:51:02 -04:00
lit.cfg.py [libc++] Allow specifying custom Lit config files 2020-06-18 10:06:04 -04:00