diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-09-03 18:45:17 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-09-03 18:45:17 -0700 |
commit | 144f2f17841d3480d851478b9c60ce052abf8057 (patch) | |
tree | 972e88e37378c0b18408f02252055be7b8374550 /tools/shared.py | |
parent | fa9e495e4dcd5c433c74175974d7d0962aa10df6 (diff) | |
parent | 3f89bd84dcfe60c9ac706a54de666f919af643cd (diff) |
Merge branch 'master' into llvm-svn
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 ce42d794..cc466e68 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -14,6 +14,7 @@ exec(open(CONFIG_FILE, 'r').read()) CLANG=os.path.expanduser(os.path.join(LLVM_ROOT, 'clang++')) LLVM_LINK=os.path.join(LLVM_ROOT, 'llvm-link') +LLVM_LD=os.path.join(LLVM_ROOT, 'llvm-ld') 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')) |