diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Archive/README.txt | 2 | ||||
-rw-r--r-- | test/lit.cfg | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/test/Archive/README.txt b/test/Archive/README.txt index 6810bef..6021f4c 100644 --- a/test/Archive/README.txt +++ b/test/Archive/README.txt @@ -1,7 +1,7 @@ test/Regression/Archive ======================= -This directory contains various tests of llvm-ar and llvm-ranlib to ensure +This directory contains various tests of llvm-ar and to ensure compatibility reading other ar(1) formats. It also provides a basic functionality test for these tools. diff --git a/test/lit.cfg b/test/lit.cfg index b22a038..9442dbf 100644 --- a/test/lit.cfg +++ b/test/lit.cfg @@ -216,9 +216,8 @@ for pattern in [r"\bbugpoint\b(?!-)", r"(?<!/|-)\bclang\b(?!-)", r"\bllvm-extract\b", r"\bllvm-jistlistener\b", r"\bllvm-link\b", r"\bllvm-mc\b", r"\bllvm-nm\b", r"\bllvm-objdump\b", - r"\bllvm-prof\b", r"\bllvm-ranlib\b", + r"\bllvm-prof\b", r"\bllvm-size\b", r"\bllvm-rtdyld\b", r"\bllvm-shlib\b", - r"\bllvm-size\b", # Match llvmc but not -llvmc NOHYPHEN + r"\bllvmc\b", r"\blto\b", |