Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20210618.0' into...
[qemu/ar7.git] / tcg / meson.build
blob5be39155298ebcf3bed3eed9c7707899b4979034
1 tcg_ss = ss.source_set()
3 tcg_ss.add(files(
4   'optimize.c',
5   'region.c',
6   'tcg.c',
7   'tcg-common.c',
8   'tcg-op.c',
9   'tcg-op-gvec.c',
10   'tcg-op-vec.c',
12 tcg_ss.add(when: 'CONFIG_TCG_INTERPRETER', if_true: files('tci.c'))
14 specific_ss.add_all(when: 'CONFIG_TCG', if_true: tcg_ss)