Commit 87543355 by Jim Stichnoth

Add llvm-mc to the set of commands lit knows about.

BUG= none R=wala@chromium.org Review URL: https://codereview.chromium.org/415583003
parent d9ea7ad5
......@@ -42,7 +42,7 @@ config.substitutions.append(
config.substitutions.append(('%llvm2ice', llvm2icetool))
config.substitutions.append(('%szdiff', os.path.join(bin_root, 'szdiff.py')))
llvmbintools = [r"\bFileCheck\b", r"\bnot\b"]
llvmbintools = [r"\bFileCheck\b", r"\bllvm-mc\b", r"\bnot\b"]
for tool in llvmbintools:
# The re.sub() line is adapted from one of LLVM's lit.cfg files.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment