[libc][NFC] add "LlvmLibc" as a prefix to all test namesSummary:Having a consistent prefix makes selecting all of the llvm libc testseasier on any platform that is also using the gtest framework.
[libc][NFC] add "LlvmLibc" as a prefix to all test namesSummary:Having a consistent prefix makes selecting all of the llvm libc testseasier on any platform that is also using the gtest framework.This also modifies the TEST and TEST_F macros to enforce this changemoving forward.Reviewers: sivachandraSubscribers:
show more ...
[libc][Obvious] Fix typo is wrappergen unittest.
[libc] Refactor WrapperGen to make the flow cleaner.Reviewed By: michaelrjDifferential Revision: https://reviews.llvm.org/D93417
[libc] Let wrappergen pick LLVM libc mangled name from aliasee file.Along the way, made a change to run tool unittests when the target"check-libc" is run by introducing a libc testsuite for tool u
[libc] Let wrappergen pick LLVM libc mangled name from aliasee file.Along the way, made a change to run tool unittests when the target"check-libc" is run by introducing a libc testsuite for tool unittests.Reviewed By: michaelrjDifferential Revision: https://reviews.llvm.org/D93142
[libc] add tests to WrapperGenThis adds an initial test that can serve as a basis for other tests onwrappergen.Reviewed By: sivachandraDifferential Revision: https://reviews.llvm.org/D92137