diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-11-20 12:37:11 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-11-20 12:37:11 -0500 |
commit | a8a397fbceb78d2338e214e583be4f02797637d1 (patch) | |
tree | d5022470e07e20160618ffaf12320c8bdab772e5 /js/src/wasm | |
parent | a89597b5db753b369347a3ad4e3e8f6216b1c3ac (diff) | |
download | uxp-a8a397fbceb78d2338e214e583be4f02797637d1.tar.gz |
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')
-rw-r--r-- | js/src/wasm/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/wasm/moz.build b/js/src/wasm/moz.build index 6a47df3229..5fe046add1 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', |