Files
clang-p2996/llvm/test/Transforms/SLPVectorizer/WebAssembly/lit.local.cfg
Thomas Lively f969734c21 Reland "[SLPVectorizer] Pre-commit a test for D85759"
This reverts commit 52b71aa8b1.

The problem was a missing lit.local.cfg file, which was causing the
test to be incorrectly run on bots that had not built the WebAssembly
target.
2020-08-11 12:18:33 -07:00

3 lines
75 B
INI

if not 'WebAssembly' in config.root.targets:
config.unsupported = True