diff options
-rw-r--r-- | compiler-rt/test/cfi/cross-dso/lit.local.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/compiler-rt/test/cfi/cross-dso/lit.local.cfg b/compiler-rt/test/cfi/cross-dso/lit.local.cfg new file mode 100644 index 00000000000..57271b8078a --- /dev/null +++ b/compiler-rt/test/cfi/cross-dso/lit.local.cfg @@ -0,0 +1,9 @@ +def getRoot(config): + if not config.parent: + return config + return getRoot(config.parent) + +root = getRoot(config) + +if root.host_os not in ['Linux']: + config.unsupported = True |