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`.
11 lines
437 B
Markdown
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))
|