[Clang/AMDGPU] Zero sized arrays not allowed in HIP device code. (#113470)
[llvm-project.git] / libcxx / test / configs / llvm-libc++-mingw.cfg.in
blob01c4d58ca05f9614fc7a4682ca7e9588db484294
1 # This testing configuration handles running the test suite against LLVM's libc++
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 %{target-include-dir} -I %{include-dir} -I %{libcxx-dir}/test/support'
9 ))
10 config.substitutions.append(('%{link_flags}',
11     '-nostdlib++ -L %{lib-dir} -lc++'
13 config.substitutions.append(('%{exec}',
14     '%{executor} --execdir %T --prepend_env PATH=%{install-prefix}/bin -- '
17 import os, site
18 site.addsitedir(os.path.join('@LIBCXX_SOURCE_DIR@', '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