Skip to content

Commit

Permalink
[lit]Add llvm-readelf to tool substitutions
Browse files Browse the repository at this point in the history
Reviewed by: rnk, alexsahp

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

llvm-svn: 348921
  • Loading branch information
jh7370 committed Dec 12, 2018
1 parent 59720b4 commit 12d1905
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions llvm/test/lit.cfg.py
Expand Up @@ -146,11 +146,11 @@ def get_asan_rtlib():
'llvm-isel-fuzzer', 'llvm-opt-fuzzer', 'llvm-lib', 'llvm-link', 'llvm-lto',
'llvm-lto2', 'llvm-mc', 'llvm-mca', 'llvm-modextract', 'llvm-nm',
'llvm-objcopy', 'llvm-objdump', 'llvm-pdbutil', 'llvm-profdata',
'llvm-ranlib', 'llvm-readobj', 'llvm-rtdyld', 'llvm-size', 'llvm-split',
'llvm-strings', 'llvm-strip', 'llvm-tblgen', 'llvm-undname', 'llvm-c-test',
'llvm-cxxfilt', 'llvm-xray', 'yaml2obj', 'obj2yaml', 'yaml-bench',
'verify-uselistorder', 'bugpoint', 'llc', 'llvm-symbolizer', 'opt',
'sancov', 'sanstats'])
'llvm-ranlib', 'llvm-readelf', 'llvm-readobj', 'llvm-rtdyld', 'llvm-size',
'llvm-split', 'llvm-strings', 'llvm-strip', 'llvm-tblgen', 'llvm-undname',
'llvm-c-test', 'llvm-cxxfilt', 'llvm-xray', 'yaml2obj', 'obj2yaml',
'yaml-bench', 'verify-uselistorder', 'bugpoint', 'llc', 'llvm-symbolizer',
'opt', 'sancov', 'sanstats'])

# The following tools are optional
tools.extend([
Expand Down

0 comments on commit 12d1905

Please sign in to comment.