-
Notifications
You must be signed in to change notification settings - Fork 495
feat: Add native Windows compilation support (MSVC & Clang/MinGW) and PowerShell SDK workflows #1885
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
Open
dg1474
wants to merge
15
commits into
SVF-tools:master
Choose a base branch
from
dg1474:pr/windows-port
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
feat: Add native Windows compilation support (MSVC & Clang/MinGW) and PowerShell SDK workflows #1885
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
2a50732
chore: modernize codebase for LLVM 22 & C++17 compatibility
dg1474 3c3842d
feat: add Windows support via llvm-mingw and win32 compatibility
dg1474 585f6e0
feat: resolve LLVM 19 build issues, fix Z3 prefix, and add standalone…
dg1474 c93c950
Add Windows support for SVF compilation and setup
dg1474 d28796b
Windows Port: LLVM 22 compatibility and unified compiler setup (exclu…
dg1474 b2db775
fix(msvc-abi): fix class name extraction in MSVCABI::demangle
dg1474 8e4b296
Merge upstream/master into pr/windows-port to bring in LLVM 22 & C++1…
dg1474 275034d
docs: announce LLVM 22 support in README.md & configure CI to compile…
dg1474 68b2e5d
ci: enable explicit C++17 compilation and fix Windows Test-Suite chec…
dg1474 330841f
ci: fix windows build workflows for MSVC and MinGW, fix diaguids.lib …
dg1474 c85de83
ci: fix Windows MSVC build compile/link errors and runtime library mi…
dg1474 a19318f
fix: change epsilon macro to constexpr constant to avoid namespace co…
dg1474 d6c107d
fix: condition -fno-rtti compile/link flags to use /GR- and avoid war…
dg1474 3073dc7
Merge upstream/master into pr/windows-port
dg1474 d912bc5
ci: point to official Test-Suite repository and remove obsolete patch…
dg1474 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be good not to specify a particular version here. Using a macro would be better, as SVF will keep evolving and specifying the version would make maintenance more difficult.
I would also suggest moving the Windows build to a separate GitHub Action.