From: Chris Bieneman Date: Wed, 3 Aug 2022 20:54:14 +0000 (-0500) Subject: NFC. Require DirectX backend for these tests X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=383e7540727ee65d7007baee9d5368c72178e827;p=platform%2Fupstream%2Fllvm.git NFC. Require DirectX backend for these tests Should have added this when I added the test directory. This just requires the DirectX target for running these tests. --- diff --git a/llvm/test/Transforms/EarlyCSE/DirectX/lit.local.cfg b/llvm/test/Transforms/EarlyCSE/DirectX/lit.local.cfg new file mode 100644 index 0000000..b5b9899 --- /dev/null +++ b/llvm/test/Transforms/EarlyCSE/DirectX/lit.local.cfg @@ -0,0 +1,4 @@ +config.suffixes = ['.ll'] + +if not 'DirectX' in config.root.targets: + config.unsupported = True