mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-17 10:26:46 +00:00

I noticed a few tests were failing on NetBSD. NetBSD's sort(1) does not support long name parameters unlike GNU and FreeBSD/OpenBSD/DragonFly's sort(1). executed command: sort --numeric-sort --stable .---command stderr------------ | sort: unknown option -- - | usage: sort [-bdfHilmnrSsu] [-k kstart[,kend]] [-o output] [-R char] [-T dir] | [-t char] [file ...] | or: sort -C|-c [-bdfilnru] [-k kstart[,kend]] [-o output] [-R char] | [-t char] [file] `-----------------------------