aboutsummaryrefslogtreecommitdiff
path: root/tests/settings.py
diff options
context:
space:
mode:
authorAlon Zakai <azakai@mozilla.com>2011-01-07 20:44:14 -0800
committerAlon Zakai <azakai@mozilla.com>2011-01-07 20:44:14 -0800
commit1a2f55979d66202814c61a4c4ed934b770606947 (patch)
treedf641930d1c9db3a176872e4e00d9743f7abc053 /tests/settings.py
parent044ce8ea7c61616d1836633a40db06e128c051b9 (diff)
enable llvm opts on tests with precompiled .ll (python, bullet, lua); fix minor uncovered bugs; disable some dangerous llvm opts
Diffstat (limited to 'tests/settings.py')
-rw-r--r--tests/settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/settings.py b/tests/settings.py
index fcf9b27e..a52d6c6f 100644
--- a/tests/settings.py
+++ b/tests/settings.py
@@ -29,6 +29,7 @@ COMPILER_OPTS = ['-m32'] # Need to build as 32bit arch, for now -
LLVM_OPT=os.path.expanduser(os.path.join(LLVM_ROOT, 'opt'))
+LLVM_AS=os.path.expanduser(os.path.join(LLVM_ROOT, 'llvm-as'))
LLVM_DIS=os.path.expanduser(os.path.join(LLVM_ROOT, 'llvm-dis'))
LLVM_DIS_OPTS = []
if '2.8' in LLVM_ROOT: