[llvm] 383e754 - NFC. Require DirectX backend for these tests
Chris Bieneman via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 3 14:00:00 PDT 2022
Author: Chris Bieneman
Date: 2022-08-03T15:55:03-05:00
New Revision: 383e7540727ee65d7007baee9d5368c72178e827
URL: https://github.com/llvm/llvm-project/commit/383e7540727ee65d7007baee9d5368c72178e827
DIFF: https://github.com/llvm/llvm-project/commit/383e7540727ee65d7007baee9d5368c72178e827.diff
LOG: 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.
Added:
llvm/test/Transforms/EarlyCSE/DirectX/lit.local.cfg
Modified:
Removed:
################################################################################
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 0000000000000..b5b98994674d2
--- /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
More information about the llvm-commits
mailing list