[all-commits] [llvm/llvm-project] 62a034: [BOLT][UTILS] Stash including untracked in nfc-che...
Amir Ayupov via All-commits
all-commits at lists.llvm.org
Fri Aug 26 19:12:59 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 62a034cc14ad0a8a4cd4e20818f4590e8869d18d
https://github.com/llvm/llvm-project/commit/62a034cc14ad0a8a4cd4e20818f4590e8869d18d
Author: Amir Ayupov <aaupov at fb.com>
Date: 2022-08-26 (Fri, 26 Aug 2022)
Changed paths:
M bolt/utils/nfc-check-setup.py
Log Message:
-----------
[BOLT][UTILS] Stash including untracked in nfc-check-setup
The command to detect whether the stash is needed is `git status --porcelain`
which includes untracked files by default. We want to stash untracked files
as well as they may affect compilation (LLVM CMake checks that all source files
should be included in CMakeLists).
Update the stash command to include untracked files as well.
Reviewed By: #bolt, rafauler
Differential Revision: https://reviews.llvm.org/D132610
More information about the All-commits
mailing list