Commit 7fb9450
authored
[BOLT] Add nfc-check-validation step (#462)
NFC-mode runs in-tree and out-of-tree (large BOLT tests) when there are
changes
affecting llvm-bolt between the current revision and the previous one.
However, the revision SHA itself and the GNU build-id may be two unique
differences when doing such a comparison.
This patch introduces a lightweight sanity check step that reports a
warning on
the Buildbot so that we are aware when this occurs.1 parent ced9b63 commit 7fb9450
1 file changed
+21
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
95 | 116 | | |
96 | 117 | | |
97 | 118 | | |
| |||
0 commit comments