OSDN Git Service

[ArgumentPromotion] Add a lit.local.cfg to disable X86 specific tests if the X86...
authorCraig Topper <craig.topper@intel.com>
Tue, 19 Feb 2019 21:58:23 +0000 (21:58 +0000)
committerCraig Topper <craig.topper@intel.com>
Tue, 19 Feb 2019 21:58:23 +0000 (21:58 +0000)
Hopefully this fixes some buildbot failure after r354376

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@354388 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/ArgumentPromotion/X86/lit.local.cfg [new file with mode: 0644]

diff --git a/test/Transforms/ArgumentPromotion/X86/lit.local.cfg b/test/Transforms/ArgumentPromotion/X86/lit.local.cfg
new file mode 100644 (file)
index 0000000..e71f3cc
--- /dev/null
@@ -0,0 +1,3 @@
+if not 'X86' in config.root.targets:
+    config.unsupported = True
+