Details
Details
- Reviewers
axw - Commits
- rG7ddf832e0e35: Build cgo and llgo-go
rL229211: Build cgo and llgo-go
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM with .go file removed, unless I'm mistaken.
cmd/cgo/zdefaultcc.go | ||
---|---|---|
1 ↗ | (On Diff #19938) | Did you mean to add this file? It doesn't match the .in file, and should just be generated during build? |
cmd/cgo/zdefaultcc.go | ||
---|---|---|
1 ↗ | (On Diff #19938) | The go and cgo commands need different zdefaultcc.go files because they have different sets of variables that need to be set and are installed n different locations. |
Comment Actions
The go and cgo commands need different zdefaultcc.go files because they have different sets of variables that need to be set and are installed n different locations.
Ah, thanks, I missed the difference in path prefixes.