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

Support optree compilation backend in CLI #169

Merged
merged 7 commits into from
May 25, 2024
Merged

Support optree compilation backend in CLI #169

merged 7 commits into from
May 25, 2024

Conversation

vla5924
Copy link
Member

@vla5924 vla5924 commented May 18, 2024

  • Refactor executor as a stage runner
  • Extract command line arguments parsing into separate module
  • Add Git-based versioning

Update argparse revision to f0759fd
p-ranav/argparse@f0759fd

@vla5924 vla5924 added the cli label May 18, 2024
@vla5924 vla5924 self-assigned this May 18, 2024
@vla5924 vla5924 linked an issue May 18, 2024 that may be closed by this pull request
Copy link

@github-advanced-security github-advanced-security bot left a comment

Choose a reason for hiding this comment

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

clang-tidy found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.

compiler/lib/cli/compiler.cpp Fixed Show fixed Hide fixed
compiler/lib/cli/compiler.cpp Fixed Show fixed Hide fixed
compiler/lib/cli/compiler.cpp Fixed Show fixed Hide fixed
compiler/lib/cli/helpers.cpp Outdated Show resolved Hide resolved
@vla5924 vla5924 marked this pull request as ready for review May 19, 2024 16:55
@vla5924 vla5924 changed the title Support optree compilation path in CLI Support optree compilation backend in CLI May 19, 2024
@vla5924 vla5924 linked an issue May 19, 2024 that may be closed by this pull request
@vla5924 vla5924 enabled auto-merge (squash) May 25, 2024 08:25
@vla5924 vla5924 merged commit 29d4c65 into main May 25, 2024
11 checks passed
@vla5924 vla5924 deleted the mv/new-cli branch May 25, 2024 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

lli error: value doesn't match function result type 'i64' Support optree compilation path in cli
3 participants