[all-commits] [llvm/llvm-project] 2dea83: [BOLT][test] Add missing stderr redirections
Amir Ayupov via All-commits
all-commits at lists.llvm.org
Mon Jul 31 16:17:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2dea832ef064bb86534b00664690139f37eda441
https://github.com/llvm/llvm-project/commit/2dea832ef064bb86534b00664690139f37eda441
Author: Amir Ayupov <aaupov at fb.com>
Date: 2023-07-31 (Mon, 31 Jul 2023)
Changed paths:
M bolt/test/X86/issue26.s
M bolt/test/X86/issue26.test
M bolt/test/runtime/X86/exceptions-instrumentation.test
M bolt/test/runtime/meta-merge-fdata.test
Log Message:
-----------
[BOLT][test] Add missing stderr redirections
BOLT-ERROR and BOLT-WARNING messages are output to stderr which is not captured
by piping to FileCheck. Redirect stderr to stdout to fix that in tests.
Reviewed By: #bolt, maksfb
Differential Revision: https://reviews.llvm.org/D156340
More information about the All-commits
mailing list