[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:
parent
e13b1e3299
commit
ceacc63e1f
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user