summaryrefslogtreecommitdiffstats
path: root/js/src/wasm/moz.build
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2020-11-20 12:37:11 -0500
committerMatt A. Tobin <email@mattatobin.com>2020-11-20 12:37:11 -0500
commita8a397fbceb78d2338e214e583be4f02797637d1 (patch)
treed5022470e07e20160618ffaf12320c8bdab772e5 /js/src/wasm/moz.build
parenta89597b5db753b369347a3ad4e3e8f6216b1c3ac (diff)
downloadUXP-a8a397fbceb78d2338e214e583be4f02797637d1.tar
UXP-a8a397fbceb78d2338e214e583be4f02797637d1.tar.gz
UXP-a8a397fbceb78d2338e214e583be4f02797637d1.tar.lz
UXP-a8a397fbceb78d2338e214e583be4f02797637d1.tar.xz
UXP-a8a397fbceb78d2338e214e583be4f02797637d1.zip
Issue #1676 - Follow-up: Put js/src (including vm), jit, and wasm back into unified sources.
Function template inflation in intermediate code. The linker problem we hit with the corrupt file was because there were too many function descriptors and relation in the .lib
Diffstat (limited to 'js/src/wasm/moz.build')
-rw-r--r--js/src/wasm/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/wasm/moz.build b/js/src/wasm/moz.build
index 6a47df322..5fe046add 100644
--- a/js/src/wasm/moz.build
+++ b/js/src/wasm/moz.build
@@ -11,7 +11,7 @@ FINAL_LIBRARY = "js"
# Includes should be relative to parent path
LOCAL_INCLUDES += ["!..", ".."]
-SOURCES += [
+UNIFIED_SOURCES += [
'AsmJS.cpp',
'WasmBaselineCompile.cpp',
'WasmBinaryFormat.cpp',