WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
91105
[ANGLE] Use Bison and Flex during ANGLE build
https://bugs.webkit.org/show_bug.cgi?id=91105
Summary
[ANGLE] Use Bison and Flex during ANGLE build
Max Vujovic
Reported
2012-07-12 09:41:23 PDT
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.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug