[X86] avx512-pmovxrm.ll - replace X32 checks with X86. NFC.
[llvm-project.git] / libcxxabi / test / configs / llvm-libc++abi-static-clangcl.cfg.in
blobba67c8b2b76535042c31c981551d35c6aa80383f
1 # This testing configuration handles running the test suite against LLVM's libc++abi
2 # using a static library, with Clang-cl on Windows.
4 lit_config.load_config(config, '@CMAKE_CURRENT_BINARY_DIR@/cmake-bridge.cfg')
6 config.substitutions.append(('%{flags}', '--driver-mode=g++'))
7 config.substitutions.append(('%{compile_flags}',
8     '-nostdinc++ -I %{include} -I %{cxx-include} -I %{cxx-target-include} %{maybe-include-libunwind} -I %{libcxx}/test/support  -I %{libcxx}/src -D_LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -D_CRT_STDIO_ISO_WIDE_SPECIFIERS -DNOMINMAX'
9 ))
10 config.substitutions.append(('%{link_flags}',
11     '-nostdlib -L %{lib} -llibc++ -llibc++abi -lmsvcrt -lmsvcprt -loldnames'
13 config.substitutions.append(('%{exec}',
14     '%{executor} --execdir %T --prepend_env PATH=%{lib} -- '
17 import os, site
18 site.addsitedir(os.path.join('@LIBCXXABI_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