Add llvm-dwarfdump tool_patterns

Differential Revision: https://reviews.llvm.org/D46481

llvm-svn: 331572
This commit is contained in:
Sam Clegg 2018-05-05 00:32:26 +00:00
parent c1953144ac
commit 60609c9f12
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ llvm_config.use_lld()
tool_patterns = [
'llc', 'llvm-as', 'llvm-mc', 'llvm-nm', 'llvm-objdump', 'llvm-pdbutil',
'llvm-readelf', 'llvm-readobj', 'obj2yaml', 'yaml2obj']
'llvm-dwarfdump', 'llvm-readelf', 'llvm-readobj', 'obj2yaml', 'yaml2obj']
llvm_config.add_tool_substitutions(tool_patterns)