diff options
Diffstat (limited to 'test/cfi/cross-dso/lit.local.cfg')
-rw-r--r-- | test/cfi/cross-dso/lit.local.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cfi/cross-dso/lit.local.cfg b/test/cfi/cross-dso/lit.local.cfg index afdac4246223..245d434faed9 100644 --- a/test/cfi/cross-dso/lit.local.cfg +++ b/test/cfi/cross-dso/lit.local.cfg @@ -5,7 +5,7 @@ def getRoot(config): root = getRoot(config) -if root.host_os not in ['Linux']: +if root.host_os not in ['Linux', 'FreeBSD', 'NetBSD']: config.unsupported = True # Android O (API level 26) has support for cross-dso cfi in libdl.so. |