aboutsummaryrefslogtreecommitdiff
path: root/tests/settings.py
diff options
context:
space:
mode:
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: