aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-11-09 17:28:29 -0800
committerAlon Zakai <alonzakai@gmail.com>2011-11-09 17:28:29 -0800
commitc5e70d1abcaa7779c3a8692d77745b3d3da9e3b4 (patch)
treec606e0f33bcf42d3be600ad01b7416f76cff41ee
parentbcccdc948dc02db5a5b17ef722ddf3f688a8cc9e (diff)
update misleading reference to LLVM 2.9
-rw-r--r--settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index c1207ff2..82c84285 100644
--- a/settings.py
+++ b/settings.py
@@ -5,7 +5,7 @@ EMSCRIPTEN_ROOT=os.path.expanduser("~/Dev/emscripten") # TODO: Use this
TEMP_DIR='/tmp'
-LLVM_ROOT=os.path.expanduser('~/Dev/llvm-2.9/cbuild/bin')
+LLVM_ROOT=os.path.expanduser('~/Dev/llvm-3.0/cbuild/bin')
COMPILER_OPTS = []