Bug 91105
Summary: | [ANGLE] Use Bison and Flex during ANGLE build | ||
---|---|---|---|
Product: | WebKit | Reporter: | Max Vujovic <mvujovic> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 91107, 91109, 91108 | ||
Bug Blocks: |
Max Vujovic
This is an umbrella bug to make this work on all platforms.
Currently, WebKit has ANGLE source files that are generated by Flex and Bison checked in. It would be nice to remove these files and generate them during the build process.
The files we need to process are:
- Source/ThirdParty/ANGLE/src/compiler/glslang.l
- Source/ThirdParty/ANGLE/src/compiler/glslang.y
- Source/ThirdParty/ANGLE/src/compiler/preprocessor/new/Tokenizer.l
- Source/ThirdParty/ANGLE/src/compiler/preprocessor/new/ExpressionParser.y
The generated file names are in the scripts:
- Source/ThirdParty/ANGLE/src/compiler/generate_parser.sh
- Source/ThirdParty/ANGLE/src/compiler/preprocessor/new/generate_parser.sh
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |