diff options
Diffstat (limited to 'JavaScriptCore/DerivedSources.make')
-rw-r--r-- | JavaScriptCore/DerivedSources.make | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/JavaScriptCore/DerivedSources.make b/JavaScriptCore/DerivedSources.make index 9eaccab..4fc9cad 100644 --- a/JavaScriptCore/DerivedSources.make +++ b/JavaScriptCore/DerivedSources.make @@ -48,6 +48,7 @@ all : \ RegExpObject.lut.h \ StringPrototype.lut.h \ docs/bytecode.html \ + RegExpJitTables.h \ # # lookup tables for classes @@ -74,3 +75,7 @@ chartables.c : dftables docs/bytecode.html: make-bytecode-docs.pl Interpreter.cpp perl $^ $@ + +#character tables for Yarr +RegExpJitTables.h: create_regex_tables + python $^ > $@ |