diff options
author | Mehdi Amini <mehdi.amini@apple.com> | 2015-08-04 06:32:54 +0000 |
---|---|---|
committer | Mehdi Amini <mehdi.amini@apple.com> | 2015-08-04 06:32:54 +0000 |
commit | 44cb0f3803766729a5cbc228e97bcbc88417282e (patch) | |
tree | dfb3826a184d136b31563a6af29d25c745903388 /test/CodeGen/Generic | |
parent | 765426e84d3aa39692edb0bd75c3fcf7e5ff1264 (diff) |
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>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243960 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Generic')
-rw-r--r-- | test/CodeGen/Generic/lit.local.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CodeGen/Generic/lit.local.cfg b/test/CodeGen/Generic/lit.local.cfg new file mode 100644 index 00000000000..f3f03bd7047 --- /dev/null +++ b/test/CodeGen/Generic/lit.local.cfg @@ -0,0 +1,3 @@ +if 'native' not in config.available_features: + config.unsupported = True + |