summaryrefslogblamecommitdiffstats
path: root/tcg/meson.build
blob: 84064a341e33cfd1c6dc35671cd745104b3353b4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                   
tcg_ss = ss.source_set()

tcg_ss.add(files(
  'optimize.c',
  'tcg.c',
  'tcg-common.c',
  'tcg-op.c',
  'tcg-op-gvec.c',
  'tcg-op-vec.c',
))
tcg_ss.add(when: 'CONFIG_TCG_INTERPRETER', if_true: files('tci.c'))

specific_ss.add_all(when: 'CONFIG_TCG', if_true: tcg_ss)