Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
Hercules
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
llvm
Hercules
Merge requests
!144
Forkify fixes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Forkify fixes
forkify-fixes
into
main
Overview
2
Commits
31
Pipelines
6
Changes
10
1 unresolved thread
Hide all comments
Merged
Xavier Routh
requested to merge
forkify-fixes
into
main
1 month ago
Overview
2
Commits
31
Pipelines
6
Changes
5
1 unresolved thread
Hide all comments
Expand
0
0
Merge request reports
Compare
version 2
version 6
d1be038f
1 month ago
version 5
43404780
1 month ago
version 4
43404780
1 month ago
version 3
0d27e11f
1 month ago
version 2
6382ef42
1 month ago
version 1
1f1c6cb9
1 month ago
main (base)
and
version 3
latest version
13bc8938
31 commits,
1 month ago
version 6
d1be038f
30 commits,
1 month ago
version 5
43404780
29 commits,
1 month ago
version 4
43404780
29 commits,
1 month ago
version 3
0d27e11f
28 commits,
1 month ago
version 2
6382ef42
27 commits,
1 month ago
version 1
1f1c6cb9
26 commits,
1 month ago
Show latest version
5 files
+
74
−
21
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
hercules_cg/src/gpu.rs
+
2
−
0
Options
@@ -1521,6 +1521,8 @@ extern \"C\" {} {}(",
let
collect_variable
=
self
.get_value
(
*
collect
,
false
,
false
);
write!
(
w
,
"{}{} = {};
\n
"
,
tabs
,
define_variable
,
collect_variable
)
?
;
}
// Undef nodes never need to be assigned to.
Node
::
Undef
{
ty
:
_
}
=>
{}
_
=>
{
panic!
(
"Unsupported data node type: {:?}"
,
Loading