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

Windows support #695

Draft
wants to merge 14 commits into
base: development
Choose a base branch
from
Draft

Windows support #695

wants to merge 14 commits into from

Conversation

fabianbs96
Copy link
Member

This PR adds basic support for Windows.

Things that work:

  • Building phasar-cli and myphasartool in Release mode
  • Building static phasar libraries in Release mode
  • Building the unittests in Release mode

Things that do not work:

  • Building phasar in anything other than Release mode (conflicting runtime libraries with LLVM then -- probably you then also need an extra debug-llvm installation)
  • Building the IR testing files (the MSVC19 STL requires at least clang-15)

include/phasar/ControlFlow/CFGBase.h Outdated Show resolved Hide resolved
include/phasar/DataFlow/IfdsIde/EdgeFunction.h Outdated Show resolved Hide resolved
include/phasar/DataFlow/IfdsIde/EdgeFunction.h Outdated Show resolved Hide resolved
include/phasar/DataFlow/IfdsIde/EdgeFunction.h Outdated Show resolved Hide resolved
include/phasar/Utils/Utilities.h Outdated Show resolved Hide resolved
lib/PhasarLLVM/Passes/GeneralStatisticsAnalysis.cpp Outdated Show resolved Hide resolved
fabianbs96 and others added 12 commits December 12, 2023 16:10
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…/OpenSSLEVPKDFCTXDescription.cpp

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant