diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-12-14 21:34:32 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-12-14 21:34:32 -0800 |
commit | a43a736f86de54a6b61195debef14c9a54e97efc (patch) | |
tree | 0d77663c03d0248e5f4b654f1a49fa4812cc0754 | |
parent | 708cb6037ee8e6cc46b93cff33a2fb4bec0ce29e (diff) |
todo for emcc
-rw-r--r-- | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index df4f7ba7..297f4507 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -5025,8 +5025,8 @@ Options that are modified or new in %s include: output = Popen([compiler, 'twopart_main.o', 'twopart_side.o', '-o', 'combined.bc'] + args, stdout=PIPE, stderr=PIPE).communicate() assert os.path.exists('combined.bc'), '\n'.join(output) self.assertContained('side got: hello from main, over', self.run_llvm_interpreter(['combined.bc'])) - + # TODO: compile .ll inputs to emcc into .bc # TODO: test normal project linking, static and dynamic: get_library should not need to be told what to link! # TODO: when ready, switch tools/shared building to use emcc over emmaken # TODO: when this is done, more test runner to test these (i.e., test all -Ox thoroughly) |