diff options
author | Brad Smith <brad@comstyle.com> | 2023-11-27 13:23:25 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-27 13:23:25 -0500 |
commit | e66876f2e05faa82ffee8e3c28cbfe0637193b99 (patch) | |
tree | 9a97b5de3c71c2220b9d61e61972e3c5191bf4af /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 20406af31ba5996edd4db3b7363ac1a870859929 (diff) | |
download | llvm-e66876f2e05faa82ffee8e3c28cbfe0637193b99.zip llvm-e66876f2e05faa82ffee8e3c28cbfe0637193b99.tar.gz llvm-e66876f2e05faa82ffee8e3c28cbfe0637193b99.tar.bz2 |
[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]
`-----------------------------
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions