Files
clang-p2996/llvm/test/Examples/lit.local.cfg
Stefan Gränitz e5d8cfb2f1 [Orc][examples] Temporarily disable LLJITWithRemoteDebugging build and test
The underlying TargetProcessControl API changes with D104694. Once it landed I can patch and re-enable the example.
2021-06-28 16:54:53 +02:00

8 lines
253 B
INI

#if not config.build_examples or sys.platform in ['win32']:
# Mark both lljit-with-* tests unsupported until D104694 lands.
config.unsupported = True
# Test discovery should ignore subdirectories that contain test inputs.
config.excludes = ['Inputs']