Index: tests_lit/lit.cfg |
diff --git a/tests_lit/lit.cfg b/tests_lit/lit.cfg |
index 5ac51d8bb72467744842f4014e90a451da85c768..78566c497fef2214cae5bcdb0c8525d9742c11fc 100644 |
--- a/tests_lit/lit.cfg |
+++ b/tests_lit/lit.cfg |
@@ -129,7 +129,7 @@ for tool in llvmbintools: |
tool) |
config.substitutions.append((tool, substitution)) |
-binutilsbintools = [r"\bobjdump\b",] |
+binutilsbintools = [r"\ble32-nacl-objdump\b",] |
for tool in binutilsbintools: |
# The re.sub() line is adapted from one of LLVM's lit.cfg files. |