diff options
| author | Clement Courbet <courbet@google.com> | 2018-09-26 13:58:26 +0000 |
|---|---|---|
| committer | Clement Courbet <courbet@google.com> | 2018-09-26 13:58:26 +0000 |
| commit | a5720c4e62f4c37f3402c5f16ccd1bd5833fbdb0 (patch) | |
| tree | c76d5eb405c32b6830ede0df24051c1fea71765a /llvm/test/tools/llvm-exegesis | |
| parent | 89b1604935b9ed48daafca69a3655886fe86618c (diff) | |
| download | bcm5719-llvm-a5720c4e62f4c37f3402c5f16ccd1bd5833fbdb0.tar.gz bcm5719-llvm-a5720c4e62f4c37f3402c5f16ccd1bd5833fbdb0.zip | |
[llvm-exgesis][NFC] Do not pollute buildbots with messages when
the exegesis lit tests cannot run.
llvm-svn: 343110
Diffstat (limited to 'llvm/test/tools/llvm-exegesis')
| -rw-r--r-- | llvm/test/tools/llvm-exegesis/X86/lit.local.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-exegesis/X86/lit.local.cfg b/llvm/test/tools/llvm-exegesis/X86/lit.local.cfg index 5ac199217f9..5d8dfc48342 100644 --- a/llvm/test/tools/llvm-exegesis/X86/lit.local.cfg +++ b/llvm/test/tools/llvm-exegesis/X86/lit.local.cfg @@ -21,7 +21,7 @@ else: try: with open(os.devnull, 'w') as quiet: check_llvm_exegesis_result = subprocess.call( - [llvm_exegesis_exe, '-mode', 'uops', '-snippets-file', '/dev/null'], stdout=quiet) + [llvm_exegesis_exe, '-mode', 'uops', '-snippets-file', '/dev/null'], stdout=quiet, stderr=quiet) except OSError: print('could not exec llvm-exegesis') config.unsupported = True |

