summaryrefslogtreecommitdiff
path: root/testsuite/tests/llvm/should_compile/all.T
blob: 61d0f3f615b58521dcc2d68b15d5c66c5d7855a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Tests for LLVM code generator

def f( opts ):
  opts.only_ways = ['optllvm', 'llvm', 'debugllvm']

setTestOpts(f)

test('T5054', reqlib('hmatrix'), compile, ['-package hmatrix'])
test('T5054_2', reqlib('hmatrix'), compile, ['-package hmatrix'])
test('T5486', normal, compile, [''])
test('T5681', normal, compile, [''])
test('T6158', [reqlib('vector'), reqlib('primitive')], compile, ['-package vector -package primitive'])
test('T7571', cmm_src, compile, [''])
test('T7575', unless_wordsize(32, skip), compile, [''])