Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / libunwind / test / configs / llvm-libunwind-mingw.cfg.in
blob33d061a3efc6fc5dc28aac86d6f946be0a8ae16b
1 # This testing configuration handles running the test suite against LLVM's libunwind
2 # using either a DLL or a static library, with MinGW/Clang on Windows.
4 lit_config.load_config(config, '@CMAKE_CURRENT_BINARY_DIR@/cmake-bridge.cfg')
6 config.substitutions.append(('%{flags}', ''))
7 config.substitutions.append(('%{compile_flags}',
8     '-nostdinc++ -I %{include} -funwind-tables'
9 ))
10 config.substitutions.append(('%{link_flags}',
11     '-L %{lib} -lunwind'
13 config.substitutions.append(('%{exec}',
14     '%{executor} --execdir %T --prepend_env PATH=%{lib} -- '
17 import os, site
18 site.addsitedir(os.path.join('@LIBUNWIND_LIBCXX_PATH@', 'utils'))
19 import libcxx.test.params, libcxx.test.config
20 libcxx.test.config.configure(
21     libcxx.test.params.DEFAULT_PARAMETERS,
22     libcxx.test.features.DEFAULT_FEATURES,
23     config,
24     lit_config