[PATCH] D55479: [openmp] [runtime] [test] Use more portable short options to sort(1)

Michał Górny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 11 07:44:33 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL348855: [runtime] [test] Use more portable short options to sort(1) (authored by mgorny, committed by ).
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D55479?vs=177398&id=177710#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55479/new/

https://reviews.llvm.org/D55479

Files:
  openmp/trunk/runtime/test/lit.cfg


Index: openmp/trunk/runtime/test/lit.cfg
===================================================================
--- openmp/trunk/runtime/test/lit.cfg
+++ openmp/trunk/runtime/test/lit.cfg
@@ -116,7 +116,7 @@
 
 if config.has_ompt:
     config.substitutions.append(("FileCheck", config.test_filecheck))
-    config.substitutions.append(("%sort-threads", "sort --numeric-sort --stable"))
+    config.substitutions.append(("%sort-threads", "sort -n -s"))
     if config.operating_system == 'Windows':
         # No such environment variable on Windows.
         config.substitutions.append(("%preload-tool", "true ||"))


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55479.177710.patch
Type: text/x-patch
Size: 614 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181211/edd57998/attachment.bin>


More information about the llvm-commits mailing list