Guillaume Chatelet
b6bc9d72f6
[libc] Mass replace enclosing namespace ( #67032 )
...
This is step 4 of
https://discourse.llvm.org/t/rfc-customizable-namespace-to-allow-testing-the-libc-when-the-system-libc-is-also-llvms-libc/73079
2023-09-26 11:45:04 +02:00
Guillaume Chatelet
0fd0b74289
[libc][NFC] Clean up matchers namespace
...
This is a follow up to https://reviews.llvm.org/D152503
Reviewed By: sivachandra
Differential Revision: https://reviews.llvm.org/D152533
2023-06-10 06:55:16 +00:00
Siva Chandra Reddy
dcf296b541
[libc][NFC] Remove the StreamWrapper class and use the new test logger.
...
Reviewed By: lntue
Differential Revision: https://reviews.llvm.org/D148452
2023-04-17 15:48:18 +00:00
Guillaume Chatelet
c3228714cc
[libc][NFC] Make tuning macros start with LIBC_COPT_
...
Rename preprocessor definitions that control tuning of llvm libc.
Differential Revision: https://reviews.llvm.org/D143913
2023-02-15 10:00:16 +00:00
Siva Chandra Reddy
af1315c28f
[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.
...
This part of the effort to make all test related pieces into the `test`
directory. This helps is excluding test related pieces in a straight
forward manner if LLVM_INCLUDE_TESTS is OFF. Future patches will also move
the MPFR wrapper and testutils into the 'test' directory.
2023-02-07 19:45:51 +00:00