[all-commits] [llvm/llvm-project] 701109: [BOLT][Wrapper] Don't compare output upon error ex...
Amir Ayupov via All-commits
all-commits at lists.llvm.org
Thu Feb 9 10:55:25 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 701109b9b626f380546e479b61bd3be672faed5e
https://github.com/llvm/llvm-project/commit/701109b9b626f380546e479b61bd3be672faed5e
Author: Amir Ayupov <aaupov at fb.com>
Date: 2023-02-09 (Thu, 09 Feb 2023)
Changed paths:
M bolt/utils/llvm-bolt-wrapper.py
Log Message:
-----------
[BOLT][Wrapper] Don't compare output upon error exit code
Fix llvm-bolt-wrapper to skip output file checks if llvm-bolt exits with error
code.
Test Plan:
- checkout to revision with invalid NFC mismatch in `is-strip.s` test
(e.g. 056af487831fb573e6895901d1e48f93922f9635~)
- run `nfc-check-setup.py`
- run `bin/llvm-lit -a tools/bolt/test/X86/is-strip.s`
Reviewed By: #bolt, rafauler
Differential Revision: https://reviews.llvm.org/D143614
More information about the All-commits
mailing list