From 8475ccc2324e49a84264acf9c4a6b40319aae00d Mon Sep 17 00:00:00 2001 From: Andrew Kaster Date: Thu, 13 Jul 2023 13:34:50 -0600 Subject: [PATCH] Meta: Port c0f985ffcf2e0ab3cc079ec3a7eea19b588b49c9 to gn build --- Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn b/Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn index 09b0eab195..c9c292f84e 100644 --- a/Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn +++ b/Meta/gn/secondary/Userland/Libraries/LibJS/BUILD.gn @@ -33,6 +33,7 @@ shared_library("LibJS") { "Bytecode/Pass/MergeBlocks.cpp", "Bytecode/Pass/PlaceBlocks.cpp", "Bytecode/Pass/UnifySameBlocks.cpp", + "Bytecode/RegexTable.cpp", "Bytecode/StringTable.cpp", "Console.cpp", "Contrib/Test262/AgentObject.cpp",