Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
swiftshader
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
swiftshader
Commits
87543355
Commit
87543355
authored
Jul 23, 2014
by
Jim Stichnoth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add llvm-mc to the set of commands lit knows about.
BUG= none R=wala@chromium.org Review URL:
https://codereview.chromium.org/415583003
parent
d9ea7ad5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lit.cfg
tests_lit/lit.cfg
+1
-1
No files found.
tests_lit/lit.cfg
View file @
87543355
...
@@ -42,7 +42,7 @@ config.substitutions.append(
...
@@ -42,7 +42,7 @@ config.substitutions.append(
config.substitutions.append(('%llvm2ice', llvm2icetool))
config.substitutions.append(('%llvm2ice', llvm2icetool))
config.substitutions.append(('%szdiff', os.path.join(bin_root, 'szdiff.py')))
config.substitutions.append(('%szdiff', os.path.join(bin_root, 'szdiff.py')))
llvmbintools = [r"\bFileCheck\b", r"\bnot\b"]
llvmbintools = [r"\bFileCheck\b", r"\b
llvm-mc\b", r"\b
not\b"]
for tool in llvmbintools:
for tool in llvmbintools:
# The re.sub() line is adapted from one of LLVM's lit.cfg files.
# The re.sub() line is adapted from one of LLVM's lit.cfg files.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment