-
Notifications
You must be signed in to change notification settings - Fork 42
LLVM17LIT #95
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
Merged
Merged
LLVM17LIT #95
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2a5c477
to
9421764
Compare
d678b02
to
02117cd
Compare
svkeerthy
requested changes
Apr 21, 2024
819bd98
to
b6acb8c
Compare
Added source code skeleton for gTest coverage of IR2Vec
b6acb8c
to
6e6b765
Compare
Added source code skeleton for gTest coverage of IR2Vec Added IR2Vec based basic tests test commit. replace libIR2Vec.a with .so file test commit. removing libir2vec.cpp from test files test commit. To check test_ir2vec.cpp compilation test commit. reverting .so file to .a file test commit. removing typeid due to compilation flag discrepancies test commit. Added -frtti to setup.py flag. test commit. Adding LLVMOption to ensure typeid compilation add frtti flag with llvmOption test commit. Nit fix from previous commit removing usage of typeid, because of -frtti flag complications added basic ir2vec testing for all files, using test-class added skeleton LIT tests Removed gTest in favor of LIT based integration testing Fixed LIT testing file. added instructions to install LIT and FileCheck into the readme Add GitHub Workflow for publishing docs to Wiki added docs folder for wiki publish workflow added set up git section to publish workflows file updated publish-docs.yml for corrected wiki push updated publish-docs.yml to fix wiki publishing updated publish-docs.yml to fix wiki publishing updated publish-docs.yml to fix wiki publishing updated doc paths in version_upgrade_process added Doxyfile and doxygen.yml for doxygen documentation publish cmake changes to support as llvm submodule set proper conditions changes build directory to root moving statements cmakelists necessary changes to paths to version.h file changed the cmakelist path to root dir change build command in readme change source directory to configure on in workflows changes to test to work with ir2vec submodule changes git workflow changes to add LIT installation Fixed version.h import in build.sh Redirected doxygen and docs publishing to main branch
d72859d
to
d69d088
Compare
svkeerthy
requested changes
May 15, 2024
3ce9be2
to
65aa22e
Compare
svkeerthy
requested changes
May 15, 2024
svkeerthy
approved these changes
May 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
make verify-all
based testing