[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / Examples / lit.local.cfg
blobf75ffaf0314ec49a40a0f50627abc269bb48888f
1 if not config.build_examples or sys.platform in ['win32']:
2   config.unsupported = True
4 # Test discovery should ignore subdirectories that contain test inputs.
5 config.excludes = ['Inputs']
7 # Tests for the C API are disabled temporarily due to failures on sanitizer bots:
8 # https://green.lab.llvm.org/green/job/clang-stage2-cmake-RgSan/7992/testReport/
9 config.excludes += [
10   'orcv2-cbindings-add-object-file.test',
11   'orcv2-cbindings-basic-usage.test',
12   'orcv2-cbindings-lazy.test',
13   'orcv2-cbindings-reflect-process-symbols.test',
14   'orcv2-cbindings-removable-code.test',