Skip to content

Commit

Permalink
fix: updated CMake version above LLVM one
Browse files Browse the repository at this point in the history
  • Loading branch information
alinalihassan committed Apr 21, 2023
1 parent 87d3699 commit d519959
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.16)
cmake_minimum_required(VERSION 3.24)

# Include other Cmake files
include(cmake/CPM.cmake)
Expand Down
2 changes: 2 additions & 0 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Roadmap

- [x] Improve Visitor Pattern
- [x] Migrate to LLVM 16 with custom Value and Type classes
- [ ] Add analyzer phase
- [ ] Add optional parameters in function declarations
- [ ] Add default values in function declarations
Expand Down

0 comments on commit d519959

Please sign in to comment.