Hi everyone,
I have finally gotten libc++ in a linkable/testable state for Windows (MinGW). This means testit can be run, and useful results are obtained.
Currently I’m linking GCC’s libcupc++ to provide the _cxa* functions and therefore I have to link with -Wl,–allow-multiple-definition. Nonetheless, there are a lot of tests passing, so I guess this will do for now. If you can say which tests can be fixed easily or how, I can provide patches.
test.zip (23.2 KB)