mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
cc02713f6d
This commit dismisses the `argparse` library (the only non-runtime C component of rev.ng) in favor of LLVM's CommandLine library, which offers several benefits. Among others, now command line arguments can be easily specified as a global variable, decentralizing their management and avoiding the long list of arguments in the constructor of singleton objects such as `CodeGenerator`.
437 B
437 B
Software Credits
The development of this software was made possible using the following components:
- QEMU by Fabrice Bellard and the QEMU team (licensed under the GNU General Public License, version 2)
- Boost by The Boost authors (licensed under the Boost license)