[PATCH] D30488: [LNT] Add a few hints on how to reduce noisiness.
Mikael Holmén via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 1 00:27:02 PST 2017
uabelho added a comment.
Great!
I had to use quotes around RUNUNDER=taskset -c 1 or it would complain about
nt: error: no such option: -c
So I used:
--make-param="RUNUNDER=taskset -c 1"
https://reviews.llvm.org/D30488
More information about the llvm-commits
mailing list