Remove unused config.llvm_symbolizer_path

llvm-svn: 201147
This commit is contained in:
Alexey Samsonov 2014-02-11 12:52:26 +00:00
parent ceeba78f9e
commit 2f1209f851
1 changed files with 0 additions and 3 deletions

View File

@ -42,9 +42,6 @@ if (not llvm_tools_dir) or (not os.path.exists(llvm_tools_dir)):
path = os.path.pathsep.join((llvm_tools_dir, config.environment['PATH'])) path = os.path.pathsep.join((llvm_tools_dir, config.environment['PATH']))
config.environment['PATH'] = path config.environment['PATH'] = path
# Define path to external llvm-symbolizer tool.
config.llvm_symbolizer_path = os.path.join(llvm_tools_dir, "llvm-symbolizer")
# Use ugly construction to explicitly prohibit "clang", "clang++" etc. # Use ugly construction to explicitly prohibit "clang", "clang++" etc.
# in RUN lines. # in RUN lines.
config.substitutions.append( config.substitutions.append(