Skip to content

Commit

Permalink
[enhance] compiler: renamed backend_passes to js_passes
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Ye authored and Frederic Ye committed Oct 26, 2012
1 parent 2bd2a15 commit 46fd9a7
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions compiler/_tags
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# COMPILER TAGS
#

<{backend_passes,buildinfos,compilerlib,jslang,libbsl,libqmlcompil,libtrx,ocamllang,opa,opacapi,opalang,opalib,opatop,passes,passlib,pplib,protocols,qml2js,qml2ocaml,qmlcompilers,qmlcps,qmljsimp,qmlpasses,qmlslicer}>: traverse
<{js_passes,buildinfos,compilerlib,jslang,libbsl,libqmlcompil,libtrx,ocamllang,opa,opacapi,opalang,opalib,opatop,passes,passlib,pplib,protocols,qml2js,qml2ocaml,qmlcompilers,qmlcps,qmljsimp,qmlpasses,qmlslicer}>: traverse

<main.ml>: use_opalib, use_opalang, use_opapasses, use_libqmlcompil, use_qml2ocaml, use_passlib, use_libbsl, use_qml2ocaml, use_qml2js, use_backend_passes, use_opa
<main.ml>: use_opalib, use_opalang, use_opapasses, use_libqmlcompil, use_qml2ocaml, use_passlib, use_libbsl, use_qml2ocaml, use_qml2js, use_js_passes, use_opa

<main.{byte,native}>: thread, use_dynlink, use_graph, use_str, use_cryptokit, use_unix, use_nums, use_zip, use_buildinfos, use_libbase, use_ulex, use_libtrx, use_libqmlcompil, use_libbsl, use_opalib, use_opalang, use_opapasses, use_qmlfakecompiler, use_qml2ocaml, use_qmljsimp, use_qml2js, use_opabsl_for_compiler, use_qmlslicer, use_jslang, use_qmlcpsrewriter, use_ocamllang, use_passlib, use_compilerlib, use_pplib, use_qmlpasses, use_opacapi, use_backend_passes, use_opa
<main.{byte,native}>: thread, use_dynlink, use_graph, use_str, use_cryptokit, use_unix, use_nums, use_zip, use_buildinfos, use_libbase, use_ulex, use_libtrx, use_libqmlcompil, use_libbsl, use_opalib, use_opalang, use_opapasses, use_qmlfakecompiler, use_qml2ocaml, use_qmljsimp, use_qml2js, use_opabsl_for_compiler, use_qmlslicer, use_jslang, use_qmlcpsrewriter, use_ocamllang, use_passlib, use_compilerlib, use_pplib, use_qmlpasses, use_opacapi, use_js_passes, use_opa

<main.ml>: with_mlstate_debug
1 change: 0 additions & 1 deletion compiler/backend_passes.mllib

This file was deleted.

1 change: 1 addition & 0 deletions compiler/js_passes.mllib
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
compiler/js_passes/QmljsPasses
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tools/build/build_libs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ internal libsession ocamllib/libsession
internal libtools ocamllib/libtools
internal oparuntime ocamllib/oparuntime

internal backend_passes compiler/backend_passes
internal js_passes compiler/js_passes
internal buildinfos compiler/buildinfos
internal compilerlib compiler/compilerlib
internal jslang compiler/jslang
Expand Down

0 comments on commit 46fd9a7

Please sign in to comment.