llvm-project/libcxx/test/std/utilities/utility/utility.intcmp
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
..
intcmp.cmp_equal [libc++] Fix incorrect main() signatures in the tests 2021-10-20 16:26:34 -04:00
intcmp.cmp_greater [libc++] Fix incorrect main() signatures in the tests 2021-10-20 16:26:34 -04:00
intcmp.cmp_greater_equal [libc++] Fix incorrect main() signatures in the tests 2021-10-20 16:26:34 -04:00
intcmp.cmp_less [libc++] Fix incorrect main() signatures in the tests 2021-10-20 16:26:34 -04:00
intcmp.cmp_less_equal [libc++] Fix incorrect main() signatures in the tests 2021-10-20 16:26:34 -04:00
intcmp.cmp_not_equal [libc++] Fix incorrect main() signatures in the tests 2021-10-20 16:26:34 -04:00
intcmp.in_range [libc++] Fix incorrect main() signatures in the tests 2021-10-20 16:26:34 -04:00
intcmp.fail.cpp [libc++] Fix incorrect main() signatures in the tests 2021-10-20 16:26:34 -04:00