Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/compile: error when trying to regenerate rewrite files: can't read rule file: open Wasm.rules: no such file or directory with commit 3b137dd #25282

Closed
laboger opened this issue May 7, 2018 · 1 comment
Labels
arch-wasm WebAssembly issues FrozenDueToAge

Comments

@laboger
Copy link
Contributor

laboger commented May 7, 2018

Please answer these questions before submitting your issue. Thanks!

What version of Go are you using (go version)?

tip

Does this issue reproduce with the latest release?

yes

What operating system and processor architecture are you using (go env)?

ppc64le

What did you do?

I had a merge conflict with a CL, so I sync'ed and tried to regenerate the rewritePPC64.go file from PPC64.rules after resyncing.

What did you expect to see?

No errors.

What did you see instead?

~/golang/fresh/go/src/cmd/compile/internal/ssa/gen$ go run *.go
2018/05/07 17:00:19 can't read rule file: open Wasm.rules: no such file or directory
exit status 1

The filename in the directory is WASM.rules, not Wasm.rules.

@gopherbot
Copy link

Change https://golang.org/cl/111975 mentions this issue: cmd/compile: fix Wasm rule file name

@dmitshur dmitshur added the arch-wasm WebAssembly issues label May 24, 2018
@golang golang locked and limited conversation to collaborators May 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly issues FrozenDueToAge
Projects
None yet
Development

No branches or pull requests

3 participants