Files
revng-revng/CREDITS.md
Alessandro Di Federico cc02713f6d Abandon argparse in favor of LLVM's CommandLine
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`.
2018-10-03 23:11:13 +02:00

11 lines
437 B
Markdown

# Software Credits
The development of this software was made possible using the following
components:
* [QEMU](http://www.qemu.org) by **Fabrice Bellard and the QEMU team** (licensed
under the
[GNU General Public License, version 2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html))
* [Boost](http://www.boost.org/) by **The Boost authors** (licensed under the
[Boost license](http://www.boost.org/users/license.html))