Skip to content
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

Move AnalysisController #724

Merged
merged 10 commits into from
Aug 9, 2024
Merged

Move AnalysisController #724

merged 10 commits into from
Aug 9, 2024

Conversation

fabianbs96
Copy link
Member

The phasar-library phasar_controller is only used in phasar-cli and it is closely tied to it. Also, it does not fit well into our folder structure where all components that use LLVMCore should be in PhasarLLVM.
So, the controller better belongs into the application layer next to our tools.
As a bonus, clients that use phasar as a library no longer need to compile the controller if they do not need phasar-cli (which is very likely).

@fabianbs96 fabianbs96 self-assigned this May 20, 2024
@fabianbs96 fabianbs96 requested a review from MMory as a code owner May 20, 2024 12:23
Copy link
Member

@MMory MMory left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks!

@fabianbs96 fabianbs96 merged commit 6e0f6f6 into development Aug 9, 2024
5 checks passed
@fabianbs96 fabianbs96 deleted the f-MoveAnalysisController branch August 9, 2024 16:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants