summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Generic
diff options
context:
space:
mode:
authorMehdi Amini <mehdi.amini@apple.com>2015-08-04 06:32:54 +0000
committerMehdi Amini <mehdi.amini@apple.com>2015-08-04 06:32:54 +0000
commitc8d578311473fceb50579906658b0c017ef5b193 (patch)
treef9637af959478f6a899c2b359910f7697e76c91d /llvm/test/CodeGen/Generic
parent63c3989f6a39034d1ca0f8ecbd35f79606147746 (diff)
downloadbcm5719-llvm-c8d578311473fceb50579906658b0c017ef5b193.tar.gz
bcm5719-llvm-c8d578311473fceb50579906658b0c017ef5b193.zip
Update test suite to make "ninja check" succeed without native backend builtin
Requires "native" feature in most places that were failing. From: Mehdi Amini <mehdi.amini@apple.com> llvm-svn: 243960
Diffstat (limited to 'llvm/test/CodeGen/Generic')
-rw-r--r--llvm/test/CodeGen/Generic/lit.local.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Generic/lit.local.cfg b/llvm/test/CodeGen/Generic/lit.local.cfg
new file mode 100644
index 00000000000..f3f03bd7047
--- /dev/null
+++ b/llvm/test/CodeGen/Generic/lit.local.cfg
@@ -0,0 +1,3 @@
+if 'native' not in config.available_features:
+ config.unsupported = True
+
OpenPOWER on IntegriCloud