~mmach/netext73/meson

« back to all changes in this revision

Viewing changes to test cases/common/122 llvm ir and assembly/meson.build

  • Committer: mmach
  • Date: 2021-01-07 00:19:06 UTC
  • Revision ID: netbit73@gmail.com-20210107001906-6sp8ffkhvn7x8lqy
0.56.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
project('llvm-ir', 'c', 'cpp')
2
2
 
3
3
cpu = host_machine.cpu_family()
4
 
supported_cpus = ['arm', 'x86', 'x86_64']
 
4
supported_cpus = ['arm', 'aarch64', 'x86', 'x86_64']
5
5
 
6
6
foreach lang : ['c', 'cpp']
7
7
  cc = meson.get_compiler(lang)