Commit 5aecab5f by Shannon Woods

Add 64bit safety patch step to generate_parser.sh scripts.

TRAC #23274 Authored-by: Shannon Woods Signed-off-by: Jamie Madill Signed-off-by: Nicolas Capens
parent 2c278f56
......@@ -25,3 +25,4 @@ script_dir=$(dirname $0)
# Generate Parser
run_flex glslang
run_bison glslang
patch --silent --forward < 64bit-lexer-safety.patch
......@@ -24,3 +24,4 @@ script_dir=$(dirname $0)
# Generate preprocessor
run_flex Tokenizer.l Tokenizer.cpp
run_bison ExpressionParser.y ExpressionParser.cpp
patch --silent --forward < 64bit-tokenizer-safety.patch
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment