summaryrefslogtreecommitdiff
path: root/testsuite/tests/profiling/should_compile/all.T
blob: b9539038b1d6e69761e7f919cede6534697f8151 (plain)
1
2
3
4
5
6
7
8

# We need to run prof001 and prof002 the normal way, as the extra flags
# added for the profiling ways makes it pass
test('prof001', compose(only_ways(['normal']), req_profiling), compile_and_run, ['-prof -caf-all'])
test('prof002', compose(only_ways(['normal']), req_profiling), compile_and_run, ['-prof -caf-all'])

test('2410', compose(only_ways(['normal']), req_profiling), compile, ['-O2 -prof -caf-all'])