Skip to content

Commit

Permalink
dcpu16 backend experimentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kripken committed Jul 26, 2012
1 parent 20d6565 commit 8b87f6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion emcc
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,8 @@ try:

# Run llvm-js
if DEBUG: print >> sys.stderr, 'emcc: LLVM => JS'
execute([shared.LLVM_COMPILER, '-disable-sparc-delay-filler', '-mtriple=sparc', final, '-o=' + final + '.js'])
#execute([shared.LLVM_COMPILER, '-disable-sparc-delay-filler', '-mtriple=sparc', final, '-o=' + final + '.js'])
execute([shared.LLVM_COMPILER, '-mtriple=dcpu16', final, '-o=' + final + '.js'])
bitcode = final
final += '.js'
if DEBUG: save_intermediate('llvmjs')
Expand Down

0 comments on commit 8b87f6a

Please sign in to comment.