aboutsummaryrefslogtreecommitdiff
path: root/tools/__init__.py
diff options
context:
space:
mode:
authormax99x <max99x@gmail.com>2011-07-07 10:38:35 +0300
committermax99x <max99x@gmail.com>2011-07-07 12:24:09 +0300
commit7dcdb044d329babc697363eb1652d8e65f17c699 (patch)
treeb523f3eedaea0e89bce0f03bc0b0b1d8cee07c18 /tools/__init__.py
parentd94b2423aef4593ce2b07725e992b7eb25d5f34c (diff)
Rewrite of emscripten.py:
* Uses option arguments instead of positional ones. * Allows linking to dlmalloc. * Accepts both .bc and .ll files and takes care of annotations. * Allows running the LLVM optimization pass automatically. * Updated test runner to use the new emscripten.py interface. Refactoring: * Moved settings.py to root folder. It no longer applies just to tests. * Updated references to settings.py. * Added an __init__.py to tools, so we don't have to hack around imports.
Diffstat (limited to 'tools/__init__.py')
-rw-r--r--tools/__init__.py0
1 files changed, 0 insertions, 0 deletions
diff --git a/tools/__init__.py b/tools/__init__.py
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/tools/__init__.py