Skip to content

Commit 6751ffa

Browse files
committed
stop using separate js backend
1 parent 1368741 commit 6751ffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

emscripten.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,7 @@ def emscript_fast(infile, settings, outfile, libraries=[], compiler_engine=None,
767767

768768
if DEBUG: logging.debug(' ..4..')
769769
temp4 = temp_files.get('.4.js').name
770-
backend_compiler = os.path.join(shared.JS_BACKEND_ROOT, 'llc')
770+
backend_compiler = os.path.join(shared.PNACL_ROOT, 'llc')
771771
shared.jsrun.timeout_run(subprocess.Popen([backend_compiler, temp3, '-march=js', '-filetype=asm', '-o', temp4], stdout=subprocess.PIPE))
772772
if DEBUG: shutil.copyfile(temp4, os.path.join(shared.CANONICAL_TEMP_DIR, 'temp4.js'))
773773

0 commit comments

Comments
 (0)