[llvm] r191706 - Add llvm-readobj to the list of programs to find in the freshly built

Eric Christopher echristo at gmail.com
Mon Sep 30 14:55:01 PDT 2013


Author: echristo
Date: Mon Sep 30 16:55:01 2013
New Revision: 191706

URL: http://llvm.org/viewvc/llvm-project?rev=191706&view=rev
Log:
Add llvm-readobj to the list of programs to find in the freshly built
toolchain.

Patch by Richard Pennington.

Modified:
    llvm/trunk/test/lit.cfg

Modified: llvm/trunk/test/lit.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/lit.cfg?rev=191706&r1=191705&r2=191706&view=diff
==============================================================================
--- llvm/trunk/test/lit.cfg (original)
+++ llvm/trunk/test/lit.cfg Mon Sep 30 16:55:01 2013
@@ -218,7 +218,7 @@ for pattern in [r"\bbugpoint\b(?!-)",
                 r"\bllvm-nm\b",         r"\bllvm-objdump\b",
                 r"\bllvm-prof\b",       r"\bllvm-ranlib\b",
                 r"\bllvm-rtdyld\b",     r"\bllvm-shlib\b",
-                r"\bllvm-size\b",
+                r"\bllvm-size\b",       r"\bllvm-readobj\b",
                 # Match llvmc but not -llvmc
                 NOHYPHEN + r"\bllvmc\b",
                 r"\bllvm-lto\b",





More information about the llvm-commits mailing list