aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/runner.py2
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):