-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update docs and reorganize repo directory structure #322
Conversation
bffde15
to
0f8edfc
Compare
Still need to finish updating docs but I've made all the directory changes and matching CMake fixes |
Also CI failures match the last CI run on main so I think all targets should be working same as before. |
Pushed a potential fix from the last commit of PR #318. I'm not sure if ignoring the race condition is the right approach, but I still need to get a better understanding of the problem. |
Removed the wip commit fixing CI and rebased on top of #318 |
This commit also updates CMake files to keep targets building and LIT running.
TODOs notwithstanding, looks good to me. This is a much more sane layout. |
This commit also updates the LIT config files to point to the new rewriter location and updates CMake files to keep targets working.
This moves libia2, the PartitionAlloc shim and the tracer into the top-level runtime directory. The tracer subdirectory contains the what was previously in the top-level runtime directory. Thiscommit also updates the CMake files to keep targets working.
Tests are failing for the same reason as #324 but the docs are in a good enough state to merge. Note that the new docs are not comprehensive, but better than before. |
This PR makes most of the changes initially proposed in #321 and updates the docs. The directory reorganization took pretty minimal work so I'm open to suggestions about any changes that would make things more easily discoverable.