Skip to content

Commit

Permalink
Update modules to include Swifty-LLVM change
Browse files Browse the repository at this point in the history
"Ensure proper alignment for store instructions. (#83)"
  • Loading branch information
lucteo committed Jan 24, 2025
1 parent c322d34 commit 1742c56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"location" : "https://github.com/hylo-lang/Swifty-LLVM",
"state" : {
"branch" : "main",
"revision" : "62cf26ece651a4aba4b6ba9dbbd29c7e69030501"
"revision" : "509567462dfff80f93244884876dba27858453ef"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion cmake/TopLevelDefaults.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ block()
set(FETCHCONTENT_TRY_FIND_PACKAGE_MODE NEVER)
FetchContent_Declare(Hylo-CMakeModules
GIT_REPOSITORY https://github.com/hylo-lang/CMakeModules.git
GIT_TAG 6577fca
GIT_TAG 0bd50f8d3dfae6c4a2ab071bde6bd6eaf0e07722
OVERRIDE_FIND_PACKAGE
)

Expand Down

0 comments on commit 1742c56

Please sign in to comment.