mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-26 07:34:06 +00:00
Fix lit for people whose LLVM path contains 'opt', which is a common directory name on Unix-like systems.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122873 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
08602ab1b4
commit
c95ff3c422
@ -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…
x
Reference in New Issue
Block a user