mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-20 22:48:39 -07:00
./tests/functional/test_aarch64_tcg_plugins.py needs to have plugin
libinsn built. However, it's not listed as a dependency, so meson can't
know it needs to be built.
Thus, we keep track of all plugins, and add them as an explicit
dependency.
Fixes:
|
||
|---|---|---|
| .. | ||
| bbv.c | ||
| cache.c | ||
| cflow.c | ||
| drcov.c | ||
| execlog.c | ||
| hotblocks.c | ||
| hotpages.c | ||
| howvec.c | ||
| hwprofile.c | ||
| ips.c | ||
| lockstep.c | ||
| meson.build | ||
| stoptrigger.c | ||
| win32_linker.c | ||