mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Fix lit for people whose LLVM path contains 'opt', which is a common directory name on Unix-like systems.
llvm-svn: 122873
This commit is contained in:
parent
1dc3325c51
commit
4c9ed7d055
@ -176,9 +176,9 @@ for pattern in [r"\bbugpoint\b(?!-)", r"(?<!/)\bclang\b(?!-)",
|
||||
r"\bllvm-stub\b", r"\bllvm2cpp\b",
|
||||
# Don't match '-llvmc'.
|
||||
r"(?<!-)\bllvmc\b", r"\blto\b",
|
||||
# Don't match '.opt', '-opt'
|
||||
# or '^opt'.
|
||||
r"\bmacho-dump\b", r"(?<!\.|-|\^)\bopt\b",
|
||||
# Don't match '.opt', '-opt',
|
||||
# '^opt' or '/opt'.
|
||||
r"\bmacho-dump\b", r"(?<!\.|-|\^|/)\bopt\b",
|
||||
r"\btblgen\b", r"\bFileCheck\b",
|
||||
r"\bFileUpdate\b", r"\bc-index-test\b",
|
||||
r"\bfpcmp\b", r"\bllvm-PerfectShuffle\b",
|
||||
|
Loading…
Reference in New Issue
Block a user