llvm-capstone/openmp/tools
Brad Smith e66876f2e0
[OpenMP][Tools] Have sort(1) not use long name parameters (#73477)
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]
 `-----------------------------
2023-11-27 13:23:25 -05:00
..
archer [OpenMP][Archer] Do not check for column numbers in backtraces (#70075) 2023-10-25 13:22:24 +02:00
Modules Reland "[CMake] Bumps minimum version to 3.20.0. 2023-05-27 12:51:21 +02:00
multiplex [OpenMP][Tools] Have sort(1) not use long name parameters (#73477) 2023-11-27 13:23:25 -05:00
CMakeLists.txt