[Webkit-unassigned] [Bug 91105] New: [ANGLE] Use Bison and Flex during ANGLE build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 12 09:41:24 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=91105

           Summary: [ANGLE] Use Bison and Flex during ANGLE build
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mvujovic at adobe.com


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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list