-
Notifications
You must be signed in to change notification settings - Fork 547
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Add stage2scan.c and byte comparison check for bootstrap.
With stage1scan.c being deterministic, it's possible to add a bootstrap check that ensures the generated flex program can build the scanner of itself flawlessly. The check is performed on native build only. Signed-off-by: Kang-Che Sung <[email protected]>
- Loading branch information
1 parent
4c8b757
commit 5e34608
Showing
2 changed files
with
11 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,5 +9,6 @@ parse.c | |
parse.h | ||
scan.c | ||
skel.c | ||
stage1scan.[cl] | ||
stage1scan.c | ||
stage1flex | ||
stage2scan.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters