[LLVMbugs] [Bug 17322] New: llvm-readobj is missing from test/lit.cfg
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Sep 21 18:31:00 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=17322
Bug ID: 17322
Summary: llvm-readobj is missing from test/lit.cfg
Product: new-bugs
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: rich at pennware.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
llvm-readobj is used in some test cases but is missing from lit.cfg. This means
that the llvm-readobj found in the PATH is used rather than the most recently
built one.
--- /home/rich/llvm/test/lit.cfg 2013-09-21 06:12:07.635818329 -0500
+++ lit.cfg 2013-09-21 06:27:52.925275415 -0500
@@ -218,7 +218,7 @@
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",
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20130922/76bbac7b/attachment.html>
More information about the llvm-bugs
mailing list