Replies: 1 comment 2 replies
-
I would lean towards using the LLVM APIs for this (to avoid writing our own), but I think @chandlerc had been hesitant (due to API complexity concerns) -- I think this is something that'll probably be addressed better once we have cause to add more features to the CLI. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the toolchain, are we going to later use LLVM Commandline or implement it ourselves?
It is about the argparse-like functionality. This can be questioned from TODO.
Beta Was this translation helpful? Give feedback.
All reactions