diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-11-09 17:28:29 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-11-09 17:28:29 -0800 |
commit | c5e70d1abcaa7779c3a8692d77745b3d3da9e3b4 (patch) | |
tree | c606e0f33bcf42d3be600ad01b7416f76cff41ee | |
parent | bcccdc948dc02db5a5b17ef722ddf3f688a8cc9e (diff) |
update misleading reference to LLVM 2.9
-rw-r--r-- | settings.py | 2 |
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 = [] |