[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
This commit is contained in:
Michal Gorny 2019-01-02 19:39:26 +00:00
parent e13b1e3299
commit ceacc63e1f

View File

@ -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.