Commit 483c583
authored
build-generator: add option for running OFG generation (#917)
Makes it possible to run auto harness generation on generated builds as
part of the same command
```sh
MODEL=gpt-4o python3 -m experimental.build_generator.runner \
-of oss-fuzz/ -i targets2.txt -o generated-3 --generate-harness
```
ref: #911
Signed-off-by: David Korczynski <david@adalogics.com>1 parent aaaf0f8 commit 483c583
File tree
2 files changed
+38
-1
lines changed- experimental/build_generator
- scripts/run-new-oss-fuzz-project
2 files changed
+38
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
294 | 324 | | |
295 | 325 | | |
296 | 326 | | |
| |||
313 | 343 | | |
314 | 344 | | |
315 | 345 | | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
316 | 350 | | |
317 | 351 | | |
318 | 352 | | |
| |||
341 | 375 | | |
342 | 376 | | |
343 | 377 | | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
344 | 381 | | |
345 | 382 | | |
346 | 383 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments