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
87e5a6c6
Commit
87e5a6c6
authored
Dec 15, 2015
by
Jim Stichnoth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add todo for ALLOW_LLVM_CL
BUG= R=stichnot@chromium.org Review URL:
https://codereview.chromium.org/1520383002
.
parent
0d4fc92b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
IceBuildDefs.h
src/IceBuildDefs.h
+3
-0
No files found.
src/IceBuildDefs.h
View file @
87e5a6c6
...
@@ -77,6 +77,9 @@ namespace BuildDefs {
...
@@ -77,6 +77,9 @@ namespace BuildDefs {
// The ALLOW_* etc. symbols must be #defined to zero or non-zero.
// The ALLOW_* etc. symbols must be #defined to zero or non-zero.
constexpr
bool
dump
()
{
return
ALLOW_DUMP
;
}
constexpr
bool
dump
()
{
return
ALLOW_DUMP
;
}
/// Return true if ALLOW_LLVM_CL is defined as a non-zero value
/// Return true if ALLOW_LLVM_CL is defined as a non-zero value
// TODO(stichnot): this ALLOW_LLVM_CL is a TBD option which will
// allow for replacement of llvm:cl command line processor with a
// smaller footprint version for Subzero.
constexpr
bool
llvmCl
()
{
return
ALLOW_LLVM_CL
;
}
constexpr
bool
llvmCl
()
{
return
ALLOW_LLVM_CL
;
}
/// Return true if ALLOW_LLVM_IR is defined as a non-zero value
/// Return true if ALLOW_LLVM_IR is defined as a non-zero value
constexpr
bool
llvmIr
()
{
return
ALLOW_LLVM_IR
;
}
constexpr
bool
llvmIr
()
{
return
ALLOW_LLVM_IR
;
}
...
...
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