summaryrefslogtreecommitdiff
path: root/test/xray
diff options
context:
space:
mode:
authorKamil Rytarowski <n54@gmx.com>2018-02-16 14:45:20 +0000
committerKamil Rytarowski <n54@gmx.com>2018-02-16 14:45:20 +0000
commite7fe297b7f9e3b7f2d2f52d5083895b1b00b3892 (patch)
treef8270f0de1bd3a04fcf66583606ccda0842ffb9e /test/xray
parentf43b9b62ed1ede91e2cf3795b0e6445266fb7c39 (diff)
Add initial XRay support for NetBSD
Summary: Reuse the existing FreeBSD code as it is. Sponsored by <The NetBSD Foundation> Reviewers: dberris, rnk, vitalybuka Reviewed By: dberris Subscribers: mclow.lists, emaste, mgorny, llvm-commits, #sanitizers Tags: #sanitizers Differential Revision: https://reviews.llvm.org/D43370 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@325345 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/xray')
-rw-r--r--test/xray/lit.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/xray/lit.cfg b/test/xray/lit.cfg
index a84aa76f1..ae2689c9a 100644
--- a/test/xray/lit.cfg
+++ b/test/xray/lit.cfg
@@ -45,7 +45,7 @@ config.substitutions.append(
# Default test suffixes.
config.suffixes = ['.c', '.cc', '.cpp']
-if config.host_os not in ['FreeBSD', 'Linux']:
+if config.host_os not in ['FreeBSD', 'Linux', 'NetBSD']:
config.unsupported = True
elif '64' not in config.host_arch:
if 'arm' in config.host_arch: