summaryrefslogtreecommitdiff
path: root/testsuite/tests/llvm/should_run/subsections_via_symbols/all.T
blob: ef586bc6a08302be97ea8df46ed638f6fd1d790b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
if config.os == 'darwin':
  only_darwin = normal
else:
  only_darwin = skip

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

setTestOpts(f)

# Note [_ffi_call_unix64]
#
# Please refer to https://ghc.haskell.org/trac/ghc/ticket/5019
# for the subsections_via_symbols.stderr

test('subsections_via_symbols', [only_darwin], makefile_test, [])