File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -155,6 +155,8 @@ source.
155
155
lint/warning is generated. Then, it applies the suggestion and
156
156
compares against ` .fixed ` (they must match). Finally, the fixed
157
157
source is compiled, and this compilation is required to succeed.
158
+ The ` .fixed ` file can also be generated automatically with the
159
+ ` --bless ` option, discussed [ below] ( #bless ) .
158
160
* ` min-{gdb,lldb}-version `
159
161
* ` min-llvm-version `
160
162
* ` compile-pass ` for UI tests, indicates that the test is
@@ -270,6 +272,8 @@ you can even run the resulting program. Just add one of the following
270
272
- ` // run-pass ` -- compilation should succeed and we should run the
271
273
resulting binary
272
274
275
+ <a name =" bless " ></a >
276
+
273
277
### Editing and updating the reference files
274
278
275
279
If you have changed the compiler's output intentionally, or you are
You can’t perform that action at this time.
0 commit comments