aboutsummaryrefslogtreecommitdiff
path: root/tools/autodebugger.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/autodebugger.py')
-rw-r--r--tools/autodebugger.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/autodebugger.py b/tools/autodebugger.py
index f4c580a2..3a9260ad 100644
--- a/tools/autodebugger.py
+++ b/tools/autodebugger.py
@@ -3,6 +3,9 @@ Processes an LLVM assembly (.ll) file, adding debugging information.
You can then run the .ll file in the LLVM interpreter (lli) and
compare that to the output when compiled using emscripten.
+
+Warning: You probably want to compile with SKIP_STACK_IN_SMALL=0! Otherwise
+ there may be weird errors.
'''
import os, sys, re