[InstCombine] Signed saturation patterns
[llvm-core.git] / utils / lit / tests / Inputs / py-config-discovery / lit.site.cfg.py
blobac273c797c5f3ee41748ae2e5a76aa31084445de
1 # Load the discovery suite, but with a separate exec root.
2 import os
3 config.test_exec_root = os.path.dirname(__file__)
4 config.test_source_root = os.path.join(os.path.dirname(config.test_exec_root), "discovery")
5 lit_config.load_config(config, os.path.join(config.test_source_root, "lit.cfg"))