Skip to content

TableGen/x86-fold-tables.td fails #112961

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

Closed
tschuett opened this issue Oct 18, 2024 · 6 comments
Closed

TableGen/x86-fold-tables.td fails #112961

tschuett opened this issue Oct 18, 2024 · 6 comments

Comments

@tschuett
Copy link

I have 2 PRs where it fails.

#112946
#112370

>  llvm-lit -v llvm/test/TableGen/x86-fold-tables.td

works fine on my local machine.

@tschuett
Copy link
Author

On my PR, Linux went through and Windows failed.

@llvmbot
Copy link
Member

llvmbot commented Oct 19, 2024

@llvm/issue-subscribers-backend-x86

Author: Thorsten Schütt (tschuett)

I have 2 PRs where it fails.

#112946
#112370

>  llvm-lit -v llvm/test/TableGen/x86-fold-tables.td

works fine on my local machine.

@phoebewang
Copy link
Contributor

I took a look at your patches. You don't change any tablegen code, so the failure should be unrelated.

I also took a loot at the build log. I guess it may be caused by environment of the build bot, e.g., failed to write the temporary file. This should not be the test case issue either. The test was added one year a ago and build bot didn't complain about it before.

Maybe you can simply ignore it.

@tschuett
Copy link
Author

I found the error today in many Windows builders. It was not only mine.

@phoebewang
Copy link
Contributor

Then it probably be related to #86318. I see it got reverted. So may be fine if you run it again.

@phoebewang
Copy link
Contributor

Fixed by #112997

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants