diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-09-14 18:08:52 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-09-14 18:08:52 -0700 |
commit | ce07f2aa7735c267785115c23f28321f61c7b250 (patch) | |
tree | 03ea71dbf30887f38dc585b678d6299b5e608661 /tools/shared.py | |
parent | 55013f30bce701468b5dcdd00dd0df3d53c75c33 (diff) |
intentionally do reSign in printing %d
Diffstat (limited to 'tools/shared.py')
-rw-r--r-- | tools/shared.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/shared.py b/tools/shared.py index 93c417a1..029ca2f4 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -23,6 +23,7 @@ LLVM_INTERPRETER=os.path.expanduser(os.path.join(LLVM_ROOT, 'lli')) LLVM_COMPILER=os.path.expanduser(os.path.join(LLVM_ROOT, 'llc')) BINDINGS_GENERATOR = path_from_root('tools', 'bindings_generator.py') +EXEC_LLVM = path_from_root('tools', 'exec_llvm.py') # Engine tweaks |