diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-11-20 22:35:05 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-11-20 22:35:05 -0800 |
commit | 6fd223ee4e7f89495a2a07a4acf39ec678426b83 (patch) | |
tree | 485c6fefaffe61a8c2758fb3e621315f8b2a0cd1 | |
parent | 386dc0fa02d54a8d91a0993259415f5713d5e781 (diff) |
comment
-rw-r--r-- | tests/runner.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index fb1c7b67..dd3bd3ff 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -4465,6 +4465,8 @@ TT = %s # emcc -llvm-opts=x .. ==> pick level of LLVM optimizations (default is 0, to be safe) # emcc src.cpp -c ==> should give a .bc file # linking - TODO + # annotate each .bc with emscripten info, like "compiled with -O2: do the O2 opts when going to final .js" + # warn if linking files with different annotations etc. # TODO: when ready, switch tools/shared building to use emcc over emmaken def test_eliminator(self): |