summaryrefslogtreecommitdiff
path: root/testsuite/tests/llvm/should_run/subsections_via_symbols/all.T
blob: 68ade25e9908624be2aa3d2a76b4f9aee133566a (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://gitlab.haskell.org/ghc/ghc/issues/5019
# for the subsections_via_symbols.stderr

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