From ceacc63e1facaf8e57952b631ffff94d320d0bec Mon Sep 17 00:00:00 2001 From: Michal Gorny Date: Wed, 2 Jan 2019 19:39:26 +0000 Subject: [test] Enable system-linker-elf feature on NetBSD [NFC] Since NetBSD uses ELF linker, enable the relevant feature. It's not currently used for anything, though. llvm-svn: 350253 --- lld/test/lit.cfg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lld/test/lit.cfg.py') diff --git a/lld/test/lit.cfg.py b/lld/test/lit.cfg.py index 7bc966c912fa..967cba1e01cb 100644 --- a/lld/test/lit.cfg.py +++ b/lld/test/lit.cfg.py @@ -56,7 +56,7 @@ if lit_config.useValgrind: config.target_triple += '-vg' # Running on ELF based *nix -if platform.system() in ['FreeBSD', 'Linux']: +if platform.system() in ['FreeBSD', 'NetBSD', 'Linux']: config.available_features.add('system-linker-elf') # Set if host-cxxabi's demangler can handle target's symbols. -- cgit v1.2.1