NFC. Require DirectX backend for these tests
authorChris Bieneman <chris.bieneman@me.com>
Wed, 3 Aug 2022 20:54:14 +0000 (15:54 -0500)
committerChris Bieneman <chris.bieneman@me.com>
Wed, 3 Aug 2022 20:55:03 +0000 (15:55 -0500)
Should have added this when I added the test directory. This just
requires the DirectX target for running these tests.

llvm/test/Transforms/EarlyCSE/DirectX/lit.local.cfg [new file with mode: 0644]

diff --git a/llvm/test/Transforms/EarlyCSE/DirectX/lit.local.cfg b/llvm/test/Transforms/EarlyCSE/DirectX/lit.local.cfg
new file mode 100644 (file)
index 0000000..b5b9899
--- /dev/null
@@ -0,0 +1,4 @@
+config.suffixes = ['.ll']
+
+if not 'DirectX' in config.root.targets:
+    config.unsupported = True