There are not tests currently which use the main test framework but not
the main function from LibcTestMain.cpp. So, this change essentially
simplifies by merging the *TestMain libraries with the main test
libraries.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Do we have facilities to merge the existing integration tests in with the hermetic tests? I believe the only difference is whether or not we get to call main directly in the test.
Comment Actions
I am working on converting the integration tests to hermetic tests. Will start sending out patches in the coming days.